Interface ServiceListener

    • Method Detail

      • 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