|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface UserInterface.Controller
An interface that can be implemented by a controller class, specified by name in the UserInterfaceConfig, to automatically wire-up functionality to a UI.
| Method Summary | |
|---|---|
boolean |
init(GlContext ctx,
UserInterface ui)
Initialize the controller and return true on success. |
void |
wasAdded()
Called when the user interface is added to the hierarchy. |
void |
wasRemoved()
Called when the user interface is removed from the hierarchy. |
| Method Detail |
|---|
boolean init(GlContext ctx,
UserInterface ui)
void wasAdded()
void wasRemoved()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||