Class LocationRemoved

java.lang.Object
csw.location.api.models.TrackingEvent
csw.location.api.models.LocationRemoved
All Implemented Interfaces:
LocationSerializable, Serializable, scala.Equals, scala.Product

public class LocationRemoved extends TrackingEvent implements scala.Product, Serializable
This event represents unavailability of a location

param: connection for which the location no longer exists

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    The connection for which this TrackingEvent is created
    static String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • LocationRemoved

      public LocationRemoved(Connection connection)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • connection

      public Connection connection()
      Description copied from class: TrackingEvent
      The connection for which this TrackingEvent is created
      Specified by:
      connection in class TrackingEvent
      Returns:
      (undocumented)