de.lessvoid.nifty.examples.all
Class OutroController

java.lang.Object
  extended by de.lessvoid.nifty.examples.all.OutroController
All Implemented Interfaces:
KeyInputHandler, ScreenController

public class OutroController
extends Object
implements ScreenController, KeyInputHandler

Outro implementation for the nifty demo Outro screen.

Author:
void

Constructor Summary
OutroController()
           
 
Method Summary
 void bind(Nifty newNifty, Screen newScreen)
           
 boolean keyEvent(NiftyInputEvent inputEvent)
           
 void onEndScreen()
           
 void onStartScreen()
           
 void scrollEnd()
           
 void shizzleHide(String id)
           
 void shizzleShow(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutroController

public OutroController()
Method Detail

bind

public void bind(Nifty newNifty,
                 Screen newScreen)
Specified by:
bind in interface ScreenController

onStartScreen

public final void onStartScreen()
Specified by:
onStartScreen in interface ScreenController

scrollEnd

public void scrollEnd()

onEndScreen

public void onEndScreen()
Specified by:
onEndScreen in interface ScreenController

shizzleHide

public void shizzleHide(String id)

shizzleShow

public void shizzleShow(String id)

keyEvent

public boolean keyEvent(NiftyInputEvent inputEvent)
Specified by:
keyEvent in interface KeyInputHandler


Copyright © 2012. All Rights Reserved.