Package org.cometd.oort
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
-
Method Summary
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
-
-
Method Details
-
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 classjava.util.EventObject
-