|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lessvoid.nifty.screen.DefaultScreenController
public class DefaultScreenController
The DefaultScreenController is attached to a screen when no ScreenController was specified. It does nothing at the moment.
Constructor Summary | |
---|---|
DefaultScreenController()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultScreenController()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |