public interface EventDispatcher
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) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.