com.genesyslab.ail.applicationblocks.connector
Class Connector.ServiceStatusListenerAdapter
java.lang.Object
com.genesyslab.ail.applicationblocks.connector.Connector.ServiceStatusListenerAdapter
- All Implemented Interfaces:
- java.util.EventListener, com.genesyslab.ail.event.ServiceListener
- Enclosing class:
- Connector
- public class Connector.ServiceStatusListenerAdapter
- extends java.lang.Object
- implements com.genesyslab.ail.event.ServiceListener
Implements ServiceListener.
This listener implements all the methods that observe the behaviour
of the current AIL.
Method Summary |
void |
serviceStatusChanged(com.genesyslab.ail.ServiceStatus.Type service_type,
java.lang.String service_name,
com.genesyslab.ail.ServiceStatus.Status service_status)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Connector.ServiceStatusListenerAdapter
public Connector.ServiceStatusListenerAdapter()
serviceStatusChanged
public void serviceStatusChanged(com.genesyslab.ail.ServiceStatus.Type service_type,
java.lang.String service_name,
com.genesyslab.ail.ServiceStatus.Status service_status)
- Specified by:
serviceStatusChanged
in interface com.genesyslab.ail.event.ServiceListener