Class Seti.PresenceListener.Event

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

public static class Seti.PresenceListener.Event
extends java.util.EventObject
Seti presence event object, delivered to Seti.PresenceListener methods.
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor Description
    Event​(Seti source, java.lang.String userId, java.lang.String url)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getOortURL()  
    Seti getSeti()  
    java.lang.String getUserId()  
    boolean isLocal()  
    java.lang.String toString()  

    Methods inherited from class java.util.EventObject

    getSource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Event

      public Event​(Seti source, java.lang.String userId, java.lang.String url)
  • Method Details

    • getSeti

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

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

      public java.lang.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 java.lang.String toString()
      Overrides:
      toString in class java.util.EventObject