public interface ServiceStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
started(Service service)
Called when the service is started.
|
void |
starting(Service service)
Called when the service is starting.
|
void |
stopped(Service service)
Called when the service is stopped.
|
void |
stopping(Service service)
Called when the service is stopping.
|
void starting(Service service)
service - the servicevoid started(Service service)
service - the servicevoid stopping(Service service)
service - the servicevoid stopped(Service service)
service - the serviceCopyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.