|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.events.TypedEvent org.eclipse.ercp.swt.mobile.ScreenEvent
Instances of this class are sent as a result of screen configuration changes.
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 |
public boolean isActive
public int orientation
Constructor Detail |
public ScreenEvent(Screen screen)
screen
- the screen object which is the source of this eventScreen
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |