|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.davic.resources.ResourceStatusEvent
org.ocap.ui.event.MultiScreenResourceEvent
public class MultiScreenResourceEvent
A MultiScreenResourceEvent
is used to report
changes regarding the resource status of multiscreen related
resources.
ResourceStatusEvent
,
Serialized FormField Summary | |
---|---|
static int |
MULTI_SCREEN_RESOURCE_SCREEN_RELEASED
The reservation on a screen has just been released, indicating that the screen (or its constituent screen devices) MAY now be reserved (i.e., they are now unreserved). |
static int |
MULTI_SCREEN_RESOURCE_SCREEN_RESERVED
The reservation on a screen has just been granted to an application, indicating that the screen (including its constituent screen devices) is no longer unreserved. |
Constructor Summary | |
---|---|
MultiScreenResourceEvent(Object source,
int id)
Constructor for an MultiScreenResourceEvent . |
Method Summary | |
---|---|
int |
getId()
Obtain the resource event identifier associated with this event. |
Object |
getSource()
Obtain the source object that generated this event. |
Methods inherited from class java.util.EventObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int MULTI_SCREEN_RESOURCE_SCREEN_RELEASED
public static final int MULTI_SCREEN_RESOURCE_SCREEN_RESERVED
Constructor Detail |
---|
public MultiScreenResourceEvent(Object source, int id)
MultiScreenResourceEvent
.
source
- A reference to an HScreen
instance
whose resource status has changed.id
- The event identifier of this event.Method Detail |
---|
public Object getSource()
getSource
in class ResourceStatusEvent
HScreen
instance, or a
subclass thereof.public int getId()
MULTI_SCREEN_RESOURCE_SCREEN_RELEASED
,
MULTI_SCREEN_RESOURCE_SCREEN_RESERVED
}.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |