org.apache.maven.monitor.event
Interface EventMonitor
public
interface
EventMonitor
Method Summary |
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) |
public void endEvent(String eventName, String target, long timestamp)
public void errorEvent(String eventName, String target, long timestamp, Throwable cause)
public void startEvent(String eventName, String target, long timestamp)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.