Class Seti.PresenceListener.Event

java.lang.Object
java.util.EventObject
org.cometd.oort.Seti.PresenceListener.Event
All Implemented Interfaces:
Serializable
Enclosing interface:
Seti.PresenceListener

public static class Seti.PresenceListener.Event
extends EventObject
Seti presence event object, delivered to Seti.PresenceListener methods.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getSeti

      public Seti getSeti()
      Returns:
      the local Seti object
    • getUserId

      public String getUserId()
      Returns:
      the userId associated to this presence event
    • getOortURL

      public String getOortURL()
      Returns:
      the Oort URL where this presence event happened
    • isLocal

      public boolean isLocal()
      Returns:
      whether this presence event happened on the local Seti or on a remote Seti
    • toString

      public String toString()
      Overrides:
      toString in class EventObject