Class MouseClickLocationEventHandler

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

    public class MouseClickLocationEventHandler
    extends java.lang.Object
    implements javafx.event.EventHandler<javafx.scene.input.MouseEvent>
    This event handler handels mouse click events, to figure out the location of the mouse click. This event handler should only be used on development time to define bounderies of controlling shapes, that will handle the mouse event directly and consume it.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Jul 21, 2013
    • Method Summary

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

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

      • MouseClickLocationEventHandler

        public MouseClickLocationEventHandler()
    • Method Detail

      • handle

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