com.genesyslab.omsdk.commons.event
Interface ServiceEvent


public interface ServiceEvent

An event reporting a change in a server connection.

Since:
7.1.008.00
See Also:
ServiceListener, ServiceInfo

Method Summary
 ServiceInfo getServiceInfo()
          Returns the ServiceInfo associated with the event.
 ServiceType getServiceType()
          Returns the service type to which this event is related.
 

Method Detail

getServiceInfo

public ServiceInfo getServiceInfo()
Returns the ServiceInfo associated with the event.

Returns:
the service information.

getServiceType

public ServiceType getServiceType()
Returns the service type to which this event is related.

Returns:
the related service type.