de.lessvoid.nifty.examples.multiplayer
Class StartScreenController

java.lang.Object
  extended by de.lessvoid.nifty.examples.multiplayer.StartScreenController
All Implemented Interfaces:
ScreenController

public class StartScreenController
extends Object
implements ScreenController

StartScreenController for Multiplayer.

Author:
void

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

Constructor Detail

StartScreenController

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

addPanel

public void addPanel()

onImageSelectSelectionChanged

public void onImageSelectSelectionChanged(String id,
                                          ImageSelectSelectionChangedEvent event)


Copyright © 2011. All Rights Reserved.