public class DefaultEventDispatcher extends Object implements EventDispatcher
Constructor and Description |
---|
DefaultEventDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
addEventMonitor(EventMonitor monitor) |
void |
dispatchEnd(String event,
String target) |
void |
dispatchError(String event,
String target,
Throwable cause) |
void |
dispatchStart(String event,
String target) |
public void addEventMonitor(EventMonitor monitor)
addEventMonitor
in interface EventDispatcher
public void dispatchStart(String event, String target)
dispatchStart
in interface EventDispatcher
public void dispatchEnd(String event, String target)
dispatchEnd
in interface EventDispatcher
public void dispatchError(String event, String target, Throwable cause)
dispatchError
in interface EventDispatcher
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.