de.lessvoid.nifty.examples.reload
Class ReloadScreen

java.lang.Object
  extended by de.lessvoid.nifty.examples.reload.ReloadScreen
All Implemented Interfaces:
ScreenController

public class ReloadScreen
extends Object
implements ScreenController

ScreenController for Hello World Example.

Author:
void

Constructor Summary
ReloadScreen()
           
 
Method Summary
 void back(String id, ButtonClickedEvent event)
          This is called from the "next.xml" and the id="next" screen
 void bind(Nifty newNifty, Screen newScreen)
           
 void loadNext()
          This is called from the initial "start.xml" and the id="start" screen
 void onEndScreen()
           
 void onStartScreen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadScreen

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

loadNext

public void loadNext()
This is called from the initial "start.xml" and the id="start" screen


back

public void back(String id,
                 ButtonClickedEvent event)
This is called from the "next.xml" and the id="next" screen



Copyright © 2011. All Rights Reserved.