Package org.apache.maven.monitor.event
Interface EventMonitor
-
- All Known Implementing Classes:
AbstractSelectiveEventMonitor
public interface EventMonitor- Author:
- jdcasey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendEvent(String eventName, String target, long timestamp)voiderrorEvent(String eventName, String target, long timestamp, Throwable cause)voidstartEvent(String eventName, String target, long timestamp)
-