Interface ServiceListener

All Superinterfaces:
EventListener

public interface ServiceListener extends EventListener
The listener interface for receiving ServiceEvents.
Author:
jh 2007.11.12
See Also:
  • Method Details

    • serviceStarting

      void serviceStarting(ServiceEvent evt)
      Invoked when a service is starting.
      Parameters:
      evt - the ServiceEvent.SERVICE_STARTING event
    • serviceStarted

      void serviceStarted(ServiceEvent evt)
      Invoked when a service has started.
      Parameters:
      evt - the ServiceEvent.SERVICE_STARTED event
    • serviceStopping

      void serviceStopping(ServiceEvent evt)
      Invoked when a service is stopping.
      Parameters:
      evt - the ServiceEvent.SERVICE_STOPPING event
    • serviceStopped

      void serviceStopped(ServiceEvent evt)
      Invoked when a service has stopped.
      Parameters:
      evt - the ServiceEvent.SERVICE_STOPPED event