Uses of Interface
org.n52.janmayen.event.EventListener
-
Packages that use EventListener Package Description org.n52.janmayen.event -
-
Uses of EventListener in org.n52.janmayen.event
Classes in org.n52.janmayen.event that implement EventListener Modifier and Type Class Description classAbstractAsyncEventListenerMethods in org.n52.janmayen.event with parameters of type EventListener Modifier and Type Method Description voidEventBus. register(EventListener listener)Register a newEventListenerto theEventBus.voidEventBus. unregister(EventListener listener)Unregister a newEventListenerto theEventBus.Method parameters in org.n52.janmayen.event with type arguments of type EventListener Modifier and Type Method Description voidEventListenerRegistrator. setListeners(Collection<EventListener> listeners)
-