Uses of Interface
tigase.eventbus.EventListener
Packages that use EventListener
-
Uses of EventListener in tigase.eventbus
Methods in tigase.eventbus with parameters of type EventListenerModifier and TypeMethodDescription<T> void
EventBus.addListener
(Class<T> eventClass, EventListener<T> listener) Adds listener of event to EventBus.void
EventBus.addListener
(String packageName, String eventName, EventListener<Element> listener) Deprecated.<T> void
EventBus.removeListener
(EventListener<T> listener) Removes listener from Eventbus. -
Uses of EventListener in tigase.eventbus.impl
Methods in tigase.eventbus.impl with parameters of type EventListenerModifier and TypeMethodDescription<T> void
EventBusImplementation.addListener
(Class<T> eventClass, EventListener<T> listener) void
EventBusImplementation.addListener
(String packageName, String eventName, EventListener<Element> listener) Deprecated.<T> void
EventBusImplementation.removeListener
(EventListener<T> listener) Constructors in tigase.eventbus.impl with parameters of type EventListenerModifierConstructorDescriptionObjectEventsListenerHandler
(String packageName, String eventName, EventListener listener)