com.genesyslab.omsdk.commons.event
Interface ServiceListener


public interface ServiceListener

The listener interface for receiving changes on a type of server connection.

Should be added to OMSDKConnector.

Since:
7.1.008.00
See Also:
OMSDKConnector.addServiceListener(), ServiceType

Method Summary
 void handleServiceEvent(ServiceEvent event)
          Invoked when an event occurs on a server connection.
 

Method Detail

handleServiceEvent

public void handleServiceEvent(ServiceEvent event)
Invoked when an event occurs on a server connection.

Parameters:
event - the event.
See Also:
ServiceEvent