|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.events.XEventsManager
public final class XEventsManager
The Event Broadcasting System.
Implements a publish/subscribe metaphor for event publishers and listeners within a single JVM.
| Method Summary | ||
|---|---|---|
static
|
fire(Class<T> eventInterface)Create an Event source to broadcast an event. |
|
static void |
register(Object object)Register an object to receive XEvents broadcasts. |
|
static void |
unregister(Object object)Un-register an object to receive XEvents broadcasts. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void register(Object object)
object - The object to get XEvents broadcasts.public static void unregister(Object object)
object - The object to get XEvents broadcasts.public static <T extends XEvents> T fire(Class<T> eventInterface)
T - The XEvents interface class.eventInterface - The event interface being requested.
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||