de.lessvoid.nifty.examples.textalign
Class TextAlignStartScreen

java.lang.Object
  extended by de.lessvoid.nifty.examples.textalign.TextAlignStartScreen
All Implemented Interfaces:
ScreenController

public class TextAlignStartScreen
extends Object
implements ScreenController

ScreenController for Hello World Example.

Author:
void

Constructor Summary
TextAlignStartScreen()
           
 
Method Summary
 void bind(Nifty newNifty, Screen newScreen)
          Bind this ScreenController to a screen.
 void onEndScreen()
          on end screen.
 void onStartScreen()
          on start screen interactive.
 void quit()
          quit method called from the helloworld.xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAlignStartScreen

public TextAlignStartScreen()
Method Detail

bind

public final void bind(Nifty newNifty,
                       Screen newScreen)
Bind this ScreenController to a screen.

Specified by:
bind in interface ScreenController
Parameters:
newNifty - nifty
newScreen - screen

onStartScreen

public final void onStartScreen()
on start screen interactive.

Specified by:
onStartScreen in interface ScreenController

onEndScreen

public final void onEndScreen()
on end screen.

Specified by:
onEndScreen in interface ScreenController

quit

public final void quit()
quit method called from the helloworld.xml.



Copyright © 2011. All Rights Reserved.