org.apache.maven.monitor.event

Class AbstractSelectiveEventMonitor

public abstract class AbstractSelectiveEventMonitor extends Object implements EventMonitor

Author: jdcasey

Constructor Summary
protected AbstractSelectiveEventMonitor(String[] startEvents, String[] endEvents, String[] errorEvents)
Method Summary
protected 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)
voidendEvent(String eventName, String target, long timestamp)
voiderrorEvent(String eventName, String target, long timestamp, Throwable cause)
voidstartEvent(String eventName, String target, long timestamp)

Constructor Detail

AbstractSelectiveEventMonitor

protected AbstractSelectiveEventMonitor(String[] startEvents, String[] endEvents, String[] errorEvents)

Method Detail

doEndEvent

protected void doEndEvent(String eventName, String target, long timestamp)

doErrorEvent

protected void doErrorEvent(String eventName, String target, long timestamp, Throwable cause)

doStartEvent

protected void doStartEvent(String eventName, String target, long timestamp)

endEvent

public final void endEvent(String eventName, String target, long timestamp)

errorEvent

public final void errorEvent(String eventName, String target, long timestamp, Throwable cause)

startEvent

public final void startEvent(String eventName, String target, long timestamp)
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.