|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScreenStateListener
Is used to detect internal changes of Screens, e.g. when the user changes the tab of a TabbedForm.
This is a J2ME Polish specific mechanism and not supported by the MIDP standard.
Copyright (c) Enough Software 2005 - 2008
history
01-May-2005 - rob creation
| Method Summary | |
|---|---|
void |
screenStateChanged(Screen screen)
Called when internal state of an Item has been changed by the user. |
| Method Detail |
|---|
void screenStateChanged(Screen screen)
screen - the de.enough.polish.ui.Screen that has been changed, please note that you need
to import specfically the de.enough.polish.ui.Screen class and not the javax.microedition.lcdui.Screen class
when you want to implement this listener.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||