package com.orbekk.same; public interface NetworkNotificationListener { void notifyNetwork(String networkName, String masterUrl); }