|
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 device configuration is updated.
MobileDevice.addMobileDeviceListener(org.eclipse.ercp.swt.mobile.MobileDeviceListener)
,
MobileDevice.removeMobileDeviceListener(org.eclipse.ercp.swt.mobile.MobileDeviceListener)
Method Summary | |
---|---|
void |
deviceChanged(MobileDeviceEvent event)
Called when a device configuration has been changed, such as opened or closed. |
void |
inputChanged(MobileDeviceEvent event)
Called when the input configuration has been changed. |
void |
screenChanged(MobileDeviceEvent event)
Called when a screen configuration has been changed. |
Method Detail |
public void deviceChanged(MobileDeviceEvent event)
event
- an event containing information about the device configuration change.MobileDeviceEvent
public void inputChanged(MobileDeviceEvent event)
event
- an event containing information about an input configuration
change. The event data
field contains an
Input
object representing the input feature that
has been added or removed.MobileDeviceEvent
public void screenChanged(MobileDeviceEvent event)
event
- an event containing information about a screen configuration
change. The event data
field contains a
Screen
object representing the screen that has
been added or removed.MobileDeviceEvent
|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |