de.lessvoid.nifty.screen
Class NullScreenController

java.lang.Object
  extended by de.lessvoid.nifty.screen.NullScreenController
All Implemented Interfaces:
ScreenController

public class NullScreenController
extends Object
implements ScreenController

A ScreenController that does absolutly nothing :).

Author:
void

Constructor Summary
NullScreenController()
           
 
Method Summary
 void bind(Nifty nifty, Screen screen)
          bind.
 void onEndScreen()
          on end screen.
 void onStartScreen()
          on start screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullScreenController

public NullScreenController()
Method Detail

bind

public void bind(Nifty nifty,
                 Screen screen)
bind.

Specified by:
bind in interface ScreenController
Parameters:
nifty - nifty
screen - screen

onStartScreen

public void onStartScreen()
on start screen.

Specified by:
onStartScreen in interface ScreenController

onEndScreen

public void onEndScreen()
on end screen.

Specified by:
onEndScreen in interface ScreenController


Copyright © 2012. All Rights Reserved.