Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ServiceListener.serviceStarted(ServiceEvent evt)
Invoked when a service has started.
|
|
void |
ServiceListener.serviceStarting(ServiceEvent evt)
Invoked when a service is starting.
|
|
void |
ServiceListener.serviceStopped(ServiceEvent evt)
Invoked when a service has stopped.
|
|
void |
ServiceListener.serviceStopping(ServiceEvent evt)
Invoked when a service is stopping.
|