de.lessvoid.nifty.examples.localize
Class LocalizeTestScreen

java.lang.Object
  extended by de.lessvoid.nifty.examples.localize.LocalizeTestScreen
All Implemented Interfaces:
ScreenController

public class LocalizeTestScreen
extends Object
implements ScreenController


Constructor Summary
LocalizeTestScreen()
           
 
Method Summary
 void bind(Nifty newNifty, Screen newScreen)
           
 String method1()
           
 String method2(String param)
           
 void onEndScreen()
           
 void onStartScreen()
           
 String sound()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizeTestScreen

public LocalizeTestScreen()
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

method1

public String method1()

method2

public String method2(String param)

sound

public String sound()


Copyright © 2011. All Rights Reserved.