| Package | Description |
|---|---|
| abs.ixi.client | |
| abs.ixi.client.core.event | |
| abs.ixi.client.io |
| Modifier and Type | Method and Description |
|---|---|
static void |
Platform.addEventHandler(Event.EventType type,
EventHandler handler)
Convenience method to add
EventHandler to EventBus in
session |
static void |
Platform.removeEventHandler(Event.EventType type,
EventHandler handler)
Convenience method to remove
EventHandler to EventBus in
session |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Event.EventType,List<EventHandler>> |
DefaultEventBus.handlers |
| Modifier and Type | Method and Description |
|---|---|
<T extends Event> |
EventBus.addHandler(Event.EventType type,
EventHandler handler)
Adds
EventHandler to receive given type of Event.EventType. |
<T extends Event> |
DefaultEventBus.addHandler(Event.EventType type,
EventHandler handler) |
void |
EventBus.addHandler(EventHandler handler)
Adds listener to receive all types events.
|
void |
DefaultEventBus.addHandler(EventHandler handler) |
<T extends Event> |
EventBus.remove(Event.EventType type,
EventHandler handler)
Removes
EventHandler or handler of given type. |
<T extends Event> |
DefaultEventBus.remove(Event.EventType type,
EventHandler handler) |
<T extends Event> |
EventBus.remove(EventHandler handler)
Removes
EventHandler or handler of given type. |
<T extends Event> |
DefaultEventBus.remove(EventHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
UndeliveredStanzaManager
Ensuring delivery of stanza(s) is one of core responsibilities of core SDK.
|
Copyright © 2019. All rights reserved.