Class CheatKeyEventListener

  • All Implemented Interfaces:
    java.util.EventListener, javafx.event.EventHandler<javafx.scene.input.KeyEvent>

    public class CheatKeyEventListener
    extends java.lang.Object
    implements javafx.event.EventHandler<javafx.scene.input.KeyEvent>
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Feb 02, 2016
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(javafx.scene.input.KeyEvent event)  
      • Methods inherited from class java.lang.Object

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

      • CheatKeyEventListener

        public CheatKeyEventListener()
    • Method Detail

      • handle

        public void handle​(javafx.scene.input.KeyEvent event)
        Specified by:
        handle in interface javafx.event.EventHandler<javafx.scene.input.KeyEvent>