|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.media.j3d.WakeupCondition | +--javax.media.j3d.WakeupCriterion | +--javax.media.j3d.WakeupOnAWTEvent
Class that specifies a Behavior wakeup when a specific AWT event occurs.
Constructor Summary | |
WakeupOnAWTEvent(int AWTId)
Constructs a new WakeupOnAWTEvent object that informs the Java 3D scheduler to wake up the specified Behavior object whenever the specified AWT event occurs. |
|
WakeupOnAWTEvent(long eventMask)
Constructs a new WakeupOnAWTEvent using Ored EVENT_MASK values. |
Method Summary | |
java.awt.AWTEvent[] |
getAWTEvent()
Retrieves the array of consecutive AWT event that triggered this wakeup. |
Methods inherited from class javax.media.j3d.WakeupCriterion |
hasTriggered |
Methods inherited from class javax.media.j3d.WakeupCondition |
allElements, triggeredElements |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WakeupOnAWTEvent(int AWTId)
AWTId
- the AWT ids that this behavior wishes to interceptpublic WakeupOnAWTEvent(long eventMask)
eventMask
- the AWT EVENT_MASK values Ored togetherMethod Detail |
public java.awt.AWTEvent[] getAWTEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |