de.enough.polish.ui
Interface ScreenStateListener


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
 

Since:
J2ME Polish 1.3
Author:
Robert Virkus, j2mepolish@enough.de

Method Summary
 void screenStateChanged(Screen screen)
          Called when internal state of an Item has been changed by the user.
 

Method Detail

screenStateChanged

void screenStateChanged(Screen screen)
Called when internal state of an Item has been changed by the user. This happens when the user:

Parameters:
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.