Class PaginationSkinV2.BackButtonEventHandler

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

    private class PaginationSkinV2.BackButtonEventHandler
    extends java.lang.Object
    implements javafx.event.EventHandler<javafx.scene.input.MouseEvent>
    Event handler for the back button.
    • 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

      • BackButtonEventHandler

        private BackButtonEventHandler()
    • Method Detail

      • handle

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