Package com.avaya.clientservices.client
Interface DefaultNetworkListener
-
public interface DefaultNetworkListenerListener for process default network change event from aClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClientProcessBoundToCellular(Client client, boolean processBoundToCellular)Called when the process default network has changed.
-
-
-
Method Detail
-
onClientProcessBoundToCellular
void onClientProcessBoundToCellular(Client client, boolean processBoundToCellular)
Called when the process default network has changed.- Parameters:
client- The client instance whose default process network is changed.processBoundToCellular- true if the process network traffic is bound to cellular network, false otherwiseThis notification is raised only if cellular preference is set using
ClientConfiguration.setBindProcessToCellularEnabled(boolean processBoundToCellular).
-
-