org.apache.maven.monitor.event

Interface EventMonitor

public interface EventMonitor

Author: jdcasey

Method Summary
voidendEvent(String eventName, String target, long timestamp)
voiderrorEvent(String eventName, String target, long timestamp, Throwable cause)
voidstartEvent(String eventName, String target, long timestamp)

Method Detail

endEvent

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

errorEvent

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

startEvent

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