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

Packages that use ScreenListener
org.eclipse.ercp.swt.mobile This package contains classes which are suitable for mobile devices. 
 

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

Methods in org.eclipse.ercp.swt.mobile with parameters of type ScreenListener
 void Screen.addEventListener(ScreenListener listener)
          Adds the listener to the collection of listeners that will be notified when screen events occur by sending it one of the messages defined in the ScreenListener interface.
 void Screen.removeEventListener(ScreenListener listener)
          Removes the listener from the collection of listeners that will be notified when screen events occur.