org.eclipse.ercp.swt.mobile
Class ScreenEvent

java.lang.Object
  extended byorg.eclipse.swt.events.TypedEvent
      extended byorg.eclipse.ercp.swt.mobile.ScreenEvent

public class ScreenEvent
extends TypedEvent

Instances of this class are sent as a result of screen configuration changes.

See Also:
ScreenListener

Field Summary
 boolean isActive
          whether screen is active or not
 int orientation
          orientation of screen
 
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
 
Constructor Summary
ScreenEvent(Screen screen)
          Constructs a new instance of this class and associates it with the given screen.
 
Methods inherited from class org.eclipse.swt.events.TypedEvent
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

isActive

public boolean isActive
whether screen is active or not


orientation

public int orientation
orientation of screen

Constructor Detail

ScreenEvent

public ScreenEvent(Screen screen)
Constructs a new instance of this class and associates it with the given screen.

Parameters:
screen - the screen object which is the source of this event
See Also:
Screen