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.


Method Summary
 void serviceStatusChanged(ServiceStatus.Type service_type, java.lang.String service_name, ServiceStatus.Status service_status)
          Called when the status of a service has changed.
 

Method Detail

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 service
service_name - the name of the service
service_status - the new status of the service