javax.media.j3d
Class WakeupCriterion

java.lang.Object
  |
  +--javax.media.j3d.WakeupCondition
        |
        +--javax.media.j3d.WakeupCriterion
Direct Known Subclasses:
WakeupOnActivation, WakeupOnAWTEvent, WakeupOnBehaviorPost, WakeupOnCollisionEntry, WakeupOnCollisionExit, WakeupOnCollisionMovement, WakeupOnDeactivation, WakeupOnElapsedFrames, WakeupOnElapsedTime, WakeupOnSensorEntry, WakeupOnSensorExit, WakeupOnTransformChange, WakeupOnViewPlatformEntry, WakeupOnViewPlatformExit

public abstract class WakeupCriterion
extends WakeupCondition

An abstract class specifying a singleton wakeup Criterion


Constructor Summary
WakeupCriterion()
           
 
Method Summary
 boolean hasTriggered()
          The behavior that owns this condition BehaviorRetained behav = null; /** Returns true if this criterion triggered the wakeup.
 
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

WakeupCriterion

public WakeupCriterion()
Method Detail

hasTriggered

public boolean hasTriggered()
The behavior that owns this condition BehaviorRetained behav = null; /** Returns true if this criterion triggered the wakeup.
Returns:
true if this criterion triggered the wakeup.