Uses of Interface
org.eclipse.ercp.swt.mobile.MobileDeviceListener

Packages that use MobileDeviceListener
org.eclipse.ercp.swt.mobile SWT Mobile Extensions Package Specification This package contains classes which are suitable for mobile devices. 
 

Uses of MobileDeviceListener in org.eclipse.ercp.swt.mobile
 

Methods in org.eclipse.ercp.swt.mobile with parameters of type MobileDeviceListener
 void MobileDevice.addMobileDeviceListener(MobileDeviceListener listener)
          Adds the listener to the collection of listeners who will be notified when a device configuration change occurs, by calling one of the methods defined in the MobileDeviceListener interface.
 void MobileDevice.removeMobileDeviceListener(MobileDeviceListener listener)
          Removes the listener from the collection of listeners who will be notified when a device configuration change occurs.