@Deprecated public interface EventMonitor
| Modifier and Type | Method and Description | 
|---|---|
void | 
endEvent(String eventName,
                String target,
                long timestamp)
Deprecated.  
  | 
void | 
errorEvent(String eventName,
                    String target,
                    long timestamp,
                    Throwable cause)
Deprecated.  
  | 
void | 
startEvent(String eventName,
                    String target,
                    long timestamp)
Deprecated.  
  | 
void startEvent(String eventName, String target, long timestamp)
void errorEvent(String eventName, String target, long timestamp, Throwable cause)
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.