public class DefaultEventDispatcher extends java.lang.Object implements EventDispatcher
| Modifier and Type | Field and Description |
|---|---|
private java.util.List |
eventMonitors |
| Constructor and Description |
|---|
DefaultEventDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventMonitor(EventMonitor monitor) |
void |
dispatchEnd(java.lang.String event,
java.lang.String target) |
void |
dispatchError(java.lang.String event,
java.lang.String target,
java.lang.Throwable cause) |
void |
dispatchStart(java.lang.String event,
java.lang.String target) |
public void addEventMonitor(EventMonitor monitor)
addEventMonitor in interface EventDispatcherpublic void dispatchStart(java.lang.String event,
java.lang.String target)
dispatchStart in interface EventDispatcherpublic void dispatchEnd(java.lang.String event,
java.lang.String target)
dispatchEnd in interface EventDispatcherpublic void dispatchError(java.lang.String event,
java.lang.String target,
java.lang.Throwable cause)
dispatchError in interface EventDispatcher