Class CreditsScene.BackToStartupScene

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

    private class CreditsScene.BackToStartupScene
    extends java.lang.Object
    implements javafx.event.EventHandler<javafx.scene.input.MouseEvent>
    EvenHandler to get back to the startup screen.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Sep 4, 2013
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BackToStartupScene()  
    • Method Summary

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

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

      • BackToStartupScene

        private BackToStartupScene()
    • Method Detail

      • handle

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