| Package | Description |
|---|---|
| org.jivesoftware.openfire.event |
Event system.
|
| Modifier and Type | Method and Description |
|---|---|
static UserEventDispatcher.EventType |
UserEventDispatcher.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserEventDispatcher.EventType[] |
UserEventDispatcher.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UserEventDispatcher.dispatchEvent(User user,
UserEventDispatcher.EventType eventType,
Map<String,Object> params)
Dispatches an event to all listeners.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.