com.genesyslab.ail.event
Interface ServiceListener
- All Superinterfaces:
- java.util.EventListener
public interface ServiceListener
- extends java.util.EventListener
This listener can register for status changes on one or more services.
serviceStatusChanged
void serviceStatusChanged(ServiceStatus.Type service_type,
java.lang.String service_name,
ServiceStatus.Status service_status)
- Called when the status of a service has changed.
- Parameters:
service_type - the type of serviceservice_name - the name of the serviceservice_status - the new status of the service