|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.media.j3d.WakeupCondition | +--javax.media.j3d.WakeupCriterion | +--javax.media.j3d.WakeupOnBehaviorPost
Class that specifies a Behavior wakeup when a specific behavior object posts a specific event
Constructor Summary | |
WakeupOnBehaviorPost(Behavior behavior,
int postId)
Constructs a new WakeupOnBehaviorPost criterion. |
Method Summary | |
Behavior |
getBehavior()
Returns the behavior specified in this object's constructor. |
int |
getPostId()
Retrieve the WakeupCriterion's specified postId |
Behavior |
getTriggeringBehavior()
Returns the behavior that triggered this wakeup. |
int |
getTriggeringPostId()
Returns the postId that caused the behavior to wakeup. |
Methods inherited from class javax.media.j3d.WakeupCriterion |
hasTriggered |
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 |
public WakeupOnBehaviorPost(Behavior behavior, int postId)
behavior
- the behavior that must be the source of the post,
if behavior == null, then any behavior posting the postId will cause
the wakeup.postId
- the postId that will trigger a wakeup if posted by the
specified behavior, if postId == 0, then any post by the specified
behavior will cause the wakeup.Method Detail |
public int getPostId()
public Behavior getBehavior()
public int getTriggeringPostId()
public Behavior getTriggeringBehavior()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |