All Packages Class Hierarchy This Package Previous Next Index
Class java.media.j3d.WakeupAnd
java.lang.Object
|
+----java.media.j3d.WakeupCondition
|
+----java.media.j3d.WakeupAnd
- public final class WakeupAnd
- extends WakeupCondition
Class specifying any number of wakeup conditions ANDed together.
-
WakeupAnd(WakeupCriterion[])
- Constructs a new WakeupAnd criterion.
WakeupAnd
public WakeupAnd(WakeupCriterion conditions[])
- Constructs a new WakeupAnd criterion.
- Parameters:
- conditions - a vector of individual Wakeup conditions
All Packages Class Hierarchy This Package Previous Next Index