Uses of Class
org.eclipse.ercp.swt.mobile.ScreenEvent

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

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

Methods in org.eclipse.ercp.swt.mobile with parameters of type ScreenEvent
 void ScreenListener.screenActivated(ScreenEvent event)
          Sent when the screen is activated.
 void ScreenListener.screenDeactivated(ScreenEvent event)
          Sent when the screen is deactivated.
 void ScreenListener.screenOrientationChanged(ScreenEvent event)
          Sent when the screen's orientation is changed.