public class PipeEventBus
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PipeEventBus.Handler |
static class |
PipeEventBus.LocalHandler |
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG |
Constructor and Description |
---|
PipeEventBus() |
Modifier and Type | Method and Description |
---|---|
boolean |
fireEvent(PipeEvent event)
Sends this event to all of the registered handlers.
|
void |
registerHandler(java.lang.Object obj) |
void |
unregisterHandler(java.lang.Object obj) |
public void registerHandler(java.lang.Object obj)
public void unregisterHandler(java.lang.Object obj)
public boolean fireEvent(PipeEvent event)