Class Event


  • public class Event
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object actedUpon  
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(java.lang.Object receiver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object receiver()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • actedUpon

        protected java.lang.Object actedUpon
    • Constructor Detail

      • Event

        public Event​(java.lang.Object receiver)
    • Method Detail

      • receiver

        public java.lang.Object receiver()