Package org.apache.maven.monitor.event
Interface EventMonitor
- All Known Implementing Classes:
AbstractSelectiveEventMonitor
public interface EventMonitor
- Author:
- jdcasey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
errorEvent
(String eventName, String target, long timestamp, Throwable cause) void
startEvent
(String eventName, String target, long timestamp)
-
Method Details
-
startEvent
-
endEvent
-
errorEvent
-