Interface EventMonitor


@Deprecated public interface EventMonitor
Deprecated.
Author:
jdcasey
  • Method Summary

    Modifier and Type
    Method
    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.
     
  • Method Details

    • startEvent

      void startEvent(String eventName, String target, long timestamp)
      Deprecated.
    • endEvent

      void endEvent(String eventName, String target, long timestamp)
      Deprecated.
    • errorEvent

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