com.dsi.ant
Interface AntInterface.ServiceListener

Enclosing class:
AntInterface

public static interface AntInterface.ServiceListener

An interface for notifying AntInterface clients when they have been connected to the ANT Radio Service.


Method Summary
 void onServiceConnected()
          Called to notify the client when it has been connected to the ANT Radio Service.
 void onServiceDisconnected()
          Called to notify the client that it has been disconnected from the ANT Radio Service.
 

Method Detail

onServiceConnected

void onServiceConnected()
Called to notify the client when it has been connected to the ANT Radio Service. Clients must wait for this callback before making calls on the AntInterface.


onServiceDisconnected

void onServiceDisconnected()
Called to notify the client that it has been disconnected from the ANT Radio Service. Clients must not make calls on the AntInterface until the service is reconnected.