de.lessvoid.nifty.examples.all
Class SplashController

java.lang.Object
  extended by de.lessvoid.nifty.examples.all.SplashController
All Implemented Interfaces:
KeyInputHandler, ScreenController

public class SplashController
extends Object
implements ScreenController, KeyInputHandler


Constructor Summary
SplashController()
           
 
Method Summary
 void bind(Nifty newNifty, Screen screen)
           
 boolean keyEvent(NiftyInputEvent inputEvent)
           
 void onEndScreen()
           
 void onStartScreen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashController

public SplashController()
Method Detail

bind

public void bind(Nifty newNifty,
                 Screen screen)
Specified by:
bind in interface ScreenController

onStartScreen

public void onStartScreen()
Specified by:
onStartScreen in interface ScreenController

onEndScreen

public void onEndScreen()
Specified by:
onEndScreen in interface ScreenController

keyEvent

public boolean keyEvent(NiftyInputEvent inputEvent)
Specified by:
keyEvent in interface KeyInputHandler


Copyright © 2011. All Rights Reserved.