Class AbstractSelectiveEventMonitor
java.lang.Object
org.apache.maven.monitor.event.AbstractSelectiveEventMonitor
- All Implemented Interfaces:
EventMonitor
- Author:
- jdcasey
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSelectiveEventMonitor(String[] startEvents, String[] endEvents, String[] errorEvents) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoEndEvent(String eventName, String target, long timestamp) protected voiddoErrorEvent(String eventName, String target, long timestamp, Throwable cause) protected voiddoStartEvent(String eventName, String target, long timestamp) final voidfinal voiderrorEvent(String eventName, String target, long timestamp, Throwable cause) final voidstartEvent(String eventName, String target, long timestamp)
-
Constructor Details
-
AbstractSelectiveEventMonitor
-
-
Method Details
-
startEvent
- Specified by:
startEventin interfaceEventMonitor
-
doStartEvent
-
endEvent
- Specified by:
endEventin interfaceEventMonitor
-
doEndEvent
-
errorEvent
- Specified by:
errorEventin interfaceEventMonitor
-
doErrorEvent
-