Example usage for javax.media.j3d WakeupOnBehaviorPost WakeupOnBehaviorPost

List of usage examples for javax.media.j3d WakeupOnBehaviorPost WakeupOnBehaviorPost

Introduction

In this page you can find the example usage for javax.media.j3d WakeupOnBehaviorPost WakeupOnBehaviorPost.

Prototype

public WakeupOnBehaviorPost(Behavior behavior, int postId) 

Source Link

Document

Constructs a new WakeupOnBehaviorPost criterion.

Usage

From source file:AWTInteraction.java

public void initialize() {
    criterion = new WakeupOnBehaviorPost(this, MouseEvent.MOUSE_CLICKED);
    wakeupOn(criterion);
}