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–2016 The Apache Software Foundation. All rights reserved.