List of usage examples for javax.media.j3d WakeupOnBehaviorPost WakeupOnBehaviorPost
public WakeupOnBehaviorPost(Behavior behavior, int postId)
From source file:AWTInteraction.java
public void initialize() { criterion = new WakeupOnBehaviorPost(this, MouseEvent.MOUSE_CLICKED); wakeupOn(criterion); }