Uses of Interface
tigase.eventbus.EventListener
-
Packages that use EventListener Package Description tigase.eventbus tigase.eventbus.impl -
-
Uses of EventListener in tigase.eventbus
Methods in tigase.eventbus with parameters of type EventListener Modifier and Type Method Description <T> voidEventBus. addListener(java.lang.Class<T> eventClass, EventListener<T> listener)Adds listener of event to EventBus.voidEventBus. addListener(java.lang.String packageName, java.lang.String eventName, EventListener<Element> listener)Deprecated.<T> voidEventBus. removeListener(EventListener<T> listener)Removes listener from Eventbus. -
Uses of EventListener in tigase.eventbus.impl
Methods in tigase.eventbus.impl with parameters of type EventListener Modifier and Type Method Description <T> voidEventBusImplementation. addListener(java.lang.Class<T> eventClass, EventListener<T> listener)voidEventBusImplementation. addListener(java.lang.String packageName, java.lang.String eventName, EventListener<Element> listener)Deprecated.<T> voidEventBusImplementation. removeListener(EventListener<T> listener)Constructors in tigase.eventbus.impl with parameters of type EventListener Constructor Description ObjectEventsListenerHandler(java.lang.String packageName, java.lang.String eventName, EventListener listener)
-