|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
B - Type of the view data.public interface GUIViewListener<B>
Listens to life-cycle view events.
| Method Summary | |
|---|---|
void |
onViewClosed(GUIView<B> view)
This method is called when the view is actually closed |
void |
onViewInit(GUIView<B> view)
This method is called when the view is created |
void |
onViewShown(GUIView<B> view)
This method is called when the view is shown |
| Method Detail |
|---|
void onViewClosed(GUIView<B> view)
view - Viewvoid onViewInit(GUIView<B> view)
view - Viewvoid onViewShown(GUIView<B> view)
view - View
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||