public interface ScreenController
Modifier and Type | Method and Description |
---|---|
void |
bind(Nifty nifty,
Screen screen)
Bind this ScreenController to a screen.
|
void |
onEndScreen()
called right after the onEndScreen event ENDED.
|
void |
onStartScreen()
called right after the onStartScreen event ENDED.
|
void bind(Nifty nifty, Screen screen)
nifty
- niftyscreen
- screenvoid onStartScreen()
void onEndScreen()
Copyright © 2013. All Rights Reserved.