|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes implementing this interface provide methods that are called when the screen configuration is updated.
Screen.addEventListener(org.eclipse.ercp.swt.mobile.ScreenListener)
,
Screen.removeEventListener(org.eclipse.ercp.swt.mobile.ScreenListener)
Method Summary | |
---|---|
void |
screenActivated(ScreenEvent event)
Sent when the screen is activated. |
void |
screenDeactivated(ScreenEvent event)
Sent when the screen is deactivated. |
void |
screenOrientationChanged(ScreenEvent event)
Sent when the screen's orientation is changed. |
Method Detail |
public void screenActivated(ScreenEvent event)
event
- an event containing information about the screen configuration
change.ScreenEvent
public void screenDeactivated(ScreenEvent event)
event
- an event containing information about the screen configuration
change.ScreenEvent
public void screenOrientationChanged(ScreenEvent event)
event
- an event containing information about the screen orientation
change.ScreenEvent
|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |