Example usage for Java javax.media.j3d WakeupOnAWTEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
AWTEvent[] | getAWTEvent() Retrieves the array of consecutive AWT event that triggered this wakeup. |