Class TrackingEvent

java.lang.Object
csw.location.api.models.TrackingEvent
All Implemented Interfaces:
LocationSerializable
Direct Known Subclasses:
LocationRemoved, LocationUpdated

public abstract class TrackingEvent extends Object implements LocationSerializable
TrackingEvent is used to represent location events while tracking the connection
  • Constructor Details

    • TrackingEvent

      public TrackingEvent()
  • Method Details

    • connection

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