Class HumanMouseEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      HumanMouseEvent​(java.awt.event.MouseEvent event)  
    • 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

      • HumanMouseEvent

        public HumanMouseEvent​(java.awt.event.MouseEvent event)
    • Method Detail

      • dispatch

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