public class DefaultScreenController extends Object implements ScreenController
Constructor and Description |
---|
DefaultScreenController() |
Modifier and Type | Method and Description |
---|---|
void |
bind(Nifty nifty,
Screen screen)
Bind this ScreenController to a screen.
|
void |
gotoScreen(String screenId) |
void |
onEndScreen()
called right after the onEndScreen event ENDED.
|
void |
onStartScreen()
called right after the onStartScreen event ENDED.
|
public void bind(Nifty nifty, Screen screen)
ScreenController
bind
in interface ScreenController
nifty
- niftyscreen
- screenpublic void onStartScreen()
ScreenController
onStartScreen
in interface ScreenController
public void onEndScreen()
ScreenController
onEndScreen
in interface ScreenController
public void gotoScreen(String screenId)
Copyright © 2013. All Rights Reserved.