Package org.cometd.oort
Class Oort.CometListener.Event
- java.lang.Object
-
- java.util.EventObject
-
- org.cometd.oort.Oort.CometListener.Event
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- Oort.CometListener
public static class Oort.CometListener.Event extends java.util.EventObject
Comet event object delivered toOort.CometListener
methods.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCometId()
java.lang.String
getCometURL()
Oort
getOort()
-
-
-
Constructor Detail
-
Event
public Event(Oort source, java.lang.String cometId, java.lang.String cometURL)
-
-
Method Detail
-
getOort
public Oort getOort()
- Returns:
- the local Oort object
-
getCometId
public java.lang.String getCometId()
- Returns:
- the ID of the comet that generated the event
-
getCometURL
public java.lang.String getCometURL()
- Returns:
- the URL of the comet that generated the event
-
-