de.lessvoid.nifty.examples.resolution
Class ResolutionScreen

java.lang.Object
  extended by de.lessvoid.nifty.examples.resolution.ResolutionScreen
All Implemented Interfaces:
ScreenController

public class ResolutionScreen
extends Object
implements ScreenController

ScreenController for Hello World Example.

Author:
void

Constructor Summary
ResolutionScreen()
           
 
Method Summary
 void bind(Nifty newNifty, Screen newScreen)
           
 void onEndScreen()
           
 void onResolution(String id, DropDownSelectionChangedEvent<org.lwjgl.opengl.DisplayMode> event)
           
 void onStartScreen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolutionScreen

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

onResolution

public void onResolution(String id,
                         DropDownSelectionChangedEvent<org.lwjgl.opengl.DisplayMode> event)


Copyright © 2011. All Rights Reserved.