org.apache.maven.monitor.event
public abstract class AbstractSelectiveEventMonitor extends Object implements EventMonitor
Constructor Summary | |
---|---|
protected | AbstractSelectiveEventMonitor(String[] startEvents, String[] endEvents, String[] errorEvents) |
Method Summary | |
---|---|
protected void | doEndEvent(String eventName, String target, long timestamp) |
protected void | doErrorEvent(String eventName, String target, long timestamp, Throwable cause) |
protected void | doStartEvent(String eventName, String target, long timestamp) |
void | endEvent(String eventName, String target, long timestamp) |
void | errorEvent(String eventName, String target, long timestamp, Throwable cause) |
void | startEvent(String eventName, String target, long timestamp) |