Package | Description |
---|---|
tigase.eventbus.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListenerHandler<T> |
class |
ObjectEventsListenerHandler |
class |
ObjectEventsSourceListenerHandler |
class |
ReflectEventListenerHandler |
class |
ReflectEventSourceListenerHandler |
Modifier and Type | Method and Description |
---|---|
Collection<AbstractHandler> |
ReflectEventListenerHandlerFactory.create(Object consumer) |
Collection<AbstractHandler> |
EventBusImplementation.getAllHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
EventBusImplementation.addHandler(AbstractHandler listenerHandler) |
void |
EventBusImplementation.removeHandler(AbstractHandler listenerHandler) |
Modifier and Type | Method and Description |
---|---|
protected void |
EventBusImplementation.doFireThreadPerHandler(Object event,
Object source,
boolean remotelyGeneratedEvent,
HashSet<AbstractHandler> handlers) |
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.