Class TrackingEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      TrackingEvent()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Connection connection()
      The connection for which this TrackingEvent is created
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrackingEvent

        public TrackingEvent()
    • Method Detail

      • connection

        public abstract Connection connection()
        The connection for which this TrackingEvent is created
        Returns:
        (undocumented)