javax.media.j3d
Class WakeupAndOfOrs

java.lang.Object
  |
  +--javax.media.j3d.WakeupCondition
        |
        +--javax.media.j3d.WakeupAndOfOrs

public final class WakeupAndOfOrs
extends WakeupCondition

Class specifying any number of OR wakeup conditions ANDed together.


Constructor Summary
WakeupAndOfOrs(WakeupOr[] conditions)
          Constructs a new WakeupAndOfOrs criterion.
 
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

WakeupAndOfOrs

public WakeupAndOfOrs(WakeupOr[] conditions)
Constructs a new WakeupAndOfOrs criterion.
Parameters:
conditions - a vector of individual Wakeup conditions