Package io.atomix.utils.event
Interface ListenerService<E extends Event,L extends EventListener<E>>
-
- All Known Implementing Classes:
AbstractListenerManager,ListenerRegistry
public interface ListenerService<E extends Event,L extends EventListener<E>>Abstraction of a service capable of asynchronously notifying listeners.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddListener(L listener)Adds the specified listener.voidremoveListener(L listener)Removes the specified listener.
-