Java javax.media.j3d WakeupOnAWTEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d WakeupOnAWTEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d WakeupOnAWTEvent.

The text is from its open source code.

Constructor

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

AWTEvent[]getAWTEvent()
Retrieves the array of consecutive AWT event that triggered this wakeup.