org.apache.maven.monitor.event
Interface EventMonitor

All Known Implementing Classes:
AbstractSelectiveEventMonitor, DefaultEventMonitor

public interface EventMonitor

Author:
jdcasey

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)
           
 

Method Detail

startEvent

void startEvent(String eventName,
                String target,
                long timestamp)

endEvent

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

errorEvent

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


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.