|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.ocap.ui.event.MultiScreenEvent
public abstract class MultiScreenEvent
A MultiScreenEvent
is an abstract, base classs used to
organize event identification codes used by disparate types of events
related to multiple screen management functionality.
Field Summary | |
---|---|
static int |
MULTI_SCREEN_CONFIGURATION_FIRST
First event identifier assigned to MultiScreenConfigurationEvent
event identifiers. |
static int |
MULTI_SCREEN_CONTEXT_FIRST
First event identifier assigned to MultiScreenContextEvent
event identifiers. |
Method Summary | |
---|---|
int |
getId()
Obtain the event identifier associated with this event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int MULTI_SCREEN_CONFIGURATION_FIRST
MultiScreenConfigurationEvent
event identifiers.
public static final int MULTI_SCREEN_CONTEXT_FIRST
MultiScreenContextEvent
event identifiers.
Method Detail |
---|
public int getId()
MultiScreenConfigurationEvent
and
MultiScreenContextEvent
.MultiScreenConfigurationEvent
,
MultiScreenContextEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |