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(Class<T> eventClass, EventListener<T> listener)Adds listener of event to EventBus.voidEventBus. addListener(String packageName, String eventName, EventListener<Element> listener)Adds listener of event to EventBus.<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(Class<T> eventClass, EventListener<T> listener)voidEventBusImplementation. addListener(String packageName, String eventName, EventListener<Element> listener)<T> voidEventBusImplementation. removeListener(EventListener<T> listener)Constructors in tigase.eventbus.impl with parameters of type EventListener Constructor Description ObjectEventsListenerHandler(String packageName, String eventName, EventListener listener)
-