Class Seti.PresenceListener.Event

    • 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • Event

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

      • 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