Class AbstractCockpitEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractCockpitEvent​(java.lang.Object source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getSource()
      Returns the source of the event.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbstractCockpitEvent

        public AbstractCockpitEvent​(java.lang.Object source)
    • Method Detail

      • getSource

        public java.lang.Object getSource()
        Description copied from interface: CockpitEvent
        Returns the source of the event.
        Specified by:
        getSource in interface CockpitEvent
        Returns:
        the event source
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object