Class EventArgs

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EventArgs EMPTY
      No arguments.
    • Constructor Summary

      Constructors 
      Constructor Description
      EventArgs()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • EMPTY

        public static final EventArgs EMPTY
        No arguments.
    • Constructor Detail

      • EventArgs

        public EventArgs()