public interface ServiceListener extends EventListener
Service, ServiceEvent| Modifier and Type | Method and Description | 
|---|---|
void | 
serviceStarted(ServiceEvent evt)
Invoked when a service has started. 
 | 
void | 
serviceStarting(ServiceEvent evt)
Invoked when a service is starting. 
 | 
void | 
serviceStopped(ServiceEvent evt)
Invoked when a service has stopped. 
 | 
void | 
serviceStopping(ServiceEvent evt)
Invoked when a service is stopping. 
 | 
void serviceStarting(ServiceEvent evt)
evt - the ServiceEvent.SERVICE_STARTING eventvoid serviceStarted(ServiceEvent evt)
evt - the ServiceEvent.SERVICE_STARTED eventvoid serviceStopping(ServiceEvent evt)
evt - the ServiceEvent.SERVICE_STOPPING eventvoid serviceStopped(ServiceEvent evt)
evt - the ServiceEvent.SERVICE_STOPPED event