public static class ServiceOperations.ServiceListeners
extends java.lang.Object
ServiceStateChangeListener instances,
including a notification loop that is robust against changes to the list
during the notification process.| Constructor | Description |
|---|---|
ServiceListeners() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(ServiceStateChangeListener l) |
Thread-safe addition of a new listener to the end of a list.
|
void |
notifyListeners(Service service) |
Change to a new state and notify all listeners.
|
boolean |
remove(ServiceStateChangeListener l) |
Remove any registration of a listener from the listener list.
|
void |
reset() |
Reset the listener list
|
public void add(ServiceStateChangeListener l)
l - listenerpublic boolean remove(ServiceStateChangeListener l)
l - listenerpublic void reset()
public void notifyListeners(Service service)
service - the service that has changed stateCopyright © 2008–2025 Apache Software Foundation. All rights reserved.