package com.orbekk.same; public interface SameService { void notifyNetwork(String networkName); String participateNetwork(String networkName); }