de.lessvoid.nifty.examples.test
Class TestScreen

java.lang.Object
  extended by de.lessvoid.nifty.examples.test.TestScreen
All Implemented Interfaces:
ScreenController

public class TestScreen
extends Object
implements ScreenController


Constructor Summary
TestScreen()
           
 
Method Summary
 void bind(Nifty nifty, Screen screen)
           
 void onEndScreen()
           
 void onStartScreen()
           
 void popup()
           
 void popupExit(String exit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestScreen

public TestScreen()
Method Detail

bind

public void bind(Nifty nifty,
                 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

popup

public void popup()

popupExit

public void popupExit(String exit)


Copyright © 2011. All Rights Reserved.