Uses of Interface
tigase.eventbus.EventSourceListener
-
Packages that use EventSourceListener Package Description tigase.eventbus.impl -
-
Uses of EventSourceListener in tigase.eventbus.impl
Methods in tigase.eventbus.impl with parameters of type EventSourceListener Modifier and Type Method Description <T> voidEventBusImplementation. addListener(Class<T> eventClass, EventSourceListener<T> listener)voidEventBusImplementation. addListener(String packageName, String eventName, EventSourceListener<Element> listener)<T> voidEventBusImplementation. removeListener(EventSourceListener<T> listener)Constructors in tigase.eventbus.impl with parameters of type EventSourceListener Constructor Description ObjectEventsSourceListenerHandler(String packageName, String eventName, EventSourceListener listener)
-