Class Oort.CometListener.Event

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(Oort source, java.lang.String cometId, java.lang.String cometURL)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCometId()  
      java.lang.String getCometURL()  
      Oort getOort()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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