public class NullScreenController extends Object implements ScreenController
Constructor and Description |
---|
NullScreenController() |
Modifier and Type | Method and Description |
---|---|
void |
bind(Nifty nifty,
Screen screen)
bind.
|
void |
onEndScreen()
on end screen.
|
void |
onStartScreen()
on start screen.
|
public void bind(Nifty nifty, Screen screen)
bind
in interface ScreenController
nifty
- niftyscreen
- screenpublic void onStartScreen()
onStartScreen
in interface ScreenController
public void onEndScreen()
onEndScreen
in interface ScreenController
Copyright © 2013. All Rights Reserved.