public interface EventMonitor
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.