Class Oort.CometListener.Event
java.lang.Object
java.util.EventObject
org.cometd.oort.Oort.CometListener.Event
- All Implemented Interfaces:
Serializable
- Enclosing interface:
Oort.CometListener
Comet event object delivered to
Oort.CometListener
methods.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Event
-
-
Method Details
-
getOort
- Returns:
- the local Oort object
-
getCometId
- Returns:
- the ID of the comet that generated the event
-
getCometURL
- Returns:
- the URL of the comet that generated the event
-