Class Oort.CometListener.Event

java.lang.Object
java.util.EventObject
org.cometd.oort.Oort.CometListener.Event
All Implemented Interfaces:
Serializable
Enclosing interface:
Oort.CometListener

public static class Oort.CometListener.Event extends EventObject
Comet event object delivered to Oort.CometListener methods.
See Also:
  • Constructor Details

  • Method Details

    • getOort

      public Oort getOort()
      Returns:
      the local Oort object
    • getCometId

      public String getCometId()
      Returns:
      the ID of the comet that generated the event
    • getCometURL

      public String getCometURL()
      Returns:
      the URL of the comet that generated the event