See: Description
| Interface | Description |
|---|---|
| EventHandler |
Interface for event handfler.
|
| EventListener |
Interface for listeners.
Listener is special viariant of handler. |
| Class | Description |
|---|---|
| DefaultEventBus |
Basic implementation of
EventBus. |
| Event<H extends EventHandler> |
Base event object.
|
| EventBus |
Dispatches events to all registered handlers and listeners.
|
| JaxmppEvent<H extends EventHandler> |
Event object used by JaXMPP Library.
|
| MultiEventBus |
Special implementation of
EventBus. |
| Exception | Description |
|---|---|
| EventBusException |
Exception collects all exceptions throwed by handlers or listeners during
firing event.
|
Copyright © 2006–2015 Tigase. All rights reserved.