Package org.apache.maven.monitor.event
Interface EventDispatcher
-
- All Known Implementing Classes:
DefaultEventDispatcher
public interface EventDispatcher- Author:
- jdcasey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddEventMonitor(EventMonitor monitor)voiddispatchEnd(String event, String target)voiddispatchError(String event, String target, Throwable cause)voiddispatchStart(String event, String target)
-