org.simalliance.openmobileapi
Interface SEService.CallBack

Enclosing class:
SEService

public static interface SEService.CallBack

Interface to receive call-backs when the service is connected. If the target language and environment allows it, then this shall be an inner interface of the SEService class.


Method Summary
 void serviceConnected(SEService service)
          Called by the framework when the service is connected.
 

Method Detail

serviceConnected

void serviceConnected(SEService service)
Called by the framework when the service is connected.

Parameters:
service - the connected service.