com.vodafone360.people.service.interfaces
Interface IConnectionManagerInterface

All Known Implementing Classes:
RemoteService

public interface IConnectionManagerInterface

Interface to ConnectionManager allowing the Service Agent to inform the ConnectionMananger when the network becomes connected or disconnected.


Method Summary
 void signalConnectionManager(boolean connected)
          Called by the NetworkAgent when the device becomes either Connected or Disconnected from the Internet, an implementing class should change its behaviour accordingly.
 

Method Detail

signalConnectionManager

void signalConnectionManager(boolean connected)
Called by the NetworkAgent when the device becomes either Connected or Disconnected from the Internet, an implementing class should change its behaviour accordingly.

Parameters:
connected - TRUE if connected, FALSE when disconnected


JavaDoc