de.lessvoid.nifty.examples.helloworld
Class HelloWorldStartScreen

java.lang.Object
  extended by de.lessvoid.nifty.examples.helloworld.HelloWorldStartScreen
All Implemented Interfaces:
ScreenController

public class HelloWorldStartScreen
extends Object
implements ScreenController

ScreenController for Hello World Example.

Author:
void

Constructor Summary
HelloWorldStartScreen()
           
 
Method Summary
 void bind(Nifty newNifty, Screen newScreen)
           
 void onEndScreen()
           
 void onStartScreen()
           
 void quit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldStartScreen

public HelloWorldStartScreen()
Method Detail

bind

public void bind(Nifty newNifty,
                 Screen newScreen)
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

quit

public void quit()


Copyright © 2011. All Rights Reserved.