private class ServiceControllerImpl.ListenerTask
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private ServiceListener<? super S> |
listener |
private ServiceControllerImpl.ListenerNotification |
notification |
private ServiceController.Transition |
transition |
| Constructor and Description |
|---|
ListenerTask(ServiceListener<? super S> listener,
ServiceController.Transition transition) |
ListenerTask(ServiceListener<? super S> listener,
ServiceControllerImpl.ListenerNotification notification) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private final ServiceControllerImpl.ListenerNotification notification
private final ServiceListener<? super S> listener
private final ServiceController.Transition transition
ListenerTask(ServiceListener<? super S> listener, ServiceController.Transition transition)
ListenerTask(ServiceListener<? super S> listener, ServiceControllerImpl.ListenerNotification notification)