Uses of Class
tigase.eventbus.impl.AbstractHandler
Packages that use AbstractHandler
-
Uses of AbstractHandler in tigase.eventbus.impl
Subclasses of AbstractHandler in tigase.eventbus.implModifier and TypeClassDescriptionclass
class
class
class
class
Methods in tigase.eventbus.impl that return types with arguments of type AbstractHandlerMethods in tigase.eventbus.impl with parameters of type AbstractHandlerModifier and TypeMethodDescriptionvoid
EventBusImplementation.addHandler
(AbstractHandler listenerHandler) void
EventBusImplementation.removeHandler
(AbstractHandler listenerHandler) Method parameters in tigase.eventbus.impl with type arguments of type AbstractHandlerModifier and TypeMethodDescriptionprotected void
EventBusImplementation.doFireThreadPerHandler
(Object event, Object source, boolean remotelyGeneratedEvent, HashSet<AbstractHandler> handlers)