Package org.apache.maven.monitor.event
Interface EventDispatcher
Deprecated.
- Author:
 - jdcasey
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddEventMonitor(EventMonitor monitor) Deprecated.voiddispatchEnd(String event, String target) Deprecated.voiddispatchError(String event, String target, Throwable cause) Deprecated.voiddispatchStart(String event, String target) Deprecated. 
- 
Method Details
- 
addEventMonitor
Deprecated. - 
dispatchStart
Deprecated. - 
dispatchEnd
Deprecated. - 
dispatchError
Deprecated. 
 -