Package javax.media.j3d
Class WakeupOr
java.lang.Object
javax.media.j3d.WakeupCondition
javax.media.j3d.WakeupOr
Class specifying any number of wakeup conditions ORed together.
This WakeupCondition object specifies that Java 3D should awaken
this Behavior when any of the WakeupCondition's constituent wakeup
criteria becomes valid.
Note that a unique WakeupCriterion object must be used for each individual element in the array of wakeup criteria.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.media.j3d.WakeupCondition
allElements, triggeredElements
-
Constructor Details
-
WakeupOr
Constructs a new WakeupOr criterion.- Parameters:
conditions
- a vector of individual Wakeup conditions
-