Adds the listener
this this registry's listener list.
Adds the listener
this this registry's listener list.
The listener
is started by this method if manageLifeCycleOfListeners yields true.
Execute f
with each listener as argument.
Execute f
with each listener as argument. ActorInitializationException is not handled.
Checks if a specific listener is registered.
Checks if a specific listener is registered. ActorInitializationException leads to removal of listener if that one isShutdown.
Specifies whether listeners should be started when added and stopped when removed or not
Specifies whether listeners should be started when added and stopped when removed or not
Removes the listener
this this registry's listener list.
Removes the listener
this this registry's listener list.
The listener
is stopped by this method if manageLifeCycleOfListeners yields true.
A manager for listener actors. Intended for mixin by observables.