Uses of Interface
jarp.ThreadCompletionChecker

Packages that use ThreadCompletionChecker
jarp Provides the main Java ARP classes, that is, the classes defining the avatar's skeleton, mesh, morphs, camera control, and JOGL rendering canvas. 
 

Uses of ThreadCompletionChecker in jarp
 

Classes in jarp that implement ThreadCompletionChecker
 class DisplayScheduler
          A DisplayScheduler sets up a thread to drive the display() method of a GLDrawable.
 

Methods in jarp that return ThreadCompletionChecker
 ThreadCompletionChecker View.terminateViewDisplay()
          Terminates the display for this avatar view, and returns the completion checker for this view's display scheduler thread.