Class VarpEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      VarpEvent​(int id, int before, int after)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispatch​(java.util.EventListener eventListener)  
      • Methods inherited from class java.util.EventObject

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

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

      • VarpEvent

        public VarpEvent​(int id,
                         int before,
                         int after)
    • Method Detail

      • dispatch

        public void dispatch​(java.util.EventListener eventListener)
        Specified by:
        dispatch in class ScriptEvent