Uses of Interface
hmi.util.ClockListener

Packages that use ClockListener
hmi.animation Documentation in the central Hmi Packages LaTeX report. 
hmi.environment This package contains several base classes that facilitate easy access to building an environment with graphics, physics and virtual human animation. 
hmi.graphics.jogl The HmiGraphics jogl package contains jogl-specific OpenGL code. 
hmi.graphics.lwjgl The HmiGraphics lwjgl package contains LWJGL-specific OpenGL code. 
hmi.util NO PACKAGE DOCUMENTATION 
 

Uses of ClockListener in hmi.animation
 

Classes in hmi.animation that implement ClockListener
 class SkeletonInterpolator
          A SkeletonInterpolator is an interpolator for simultaneous animation of several selected parts of a VObject tree.
 class VJointMoveControl
          This class uses keyboard input to move an object around.
 

Uses of ClockListener in hmi.environment
 

Classes in hmi.environment that implement ClockListener
(package private)  class GraphicsDemoEnvironment.MyRenderclockCallback
          This object is responsible for doing extra things on the render tick, such as navigation.
 class NavigationControl
          A simple form of keyboard based NavigationScene module.
(package private)  class PhysicalDemoEnvironment.PhysicsClockListener
          Links physics clock to the physicsTime method in which the simulation should be updated
 

Uses of ClockListener in hmi.graphics.jogl
 

Classes in hmi.graphics.jogl that implement ClockListener
 class JOGLRenderer
          A basic renderer with basic support for animation.
 

Fields in hmi.graphics.jogl declared as ClockListener
private  ClockListener JOGLRenderer.clockListener
           
 

Methods in hmi.graphics.jogl with parameters of type ClockListener
 void JOGLRenderer.setClockListener(ClockListener listener)
          Sets theClockListener
 

Uses of ClockListener in hmi.graphics.lwjgl
 

Classes in hmi.graphics.lwjgl that implement ClockListener
 class LWJGLRenderer
          A basic renderer with basic support for animation.
 class LWJGLRenderer1
          A basic renderer with basic support for animation.
 

Fields in hmi.graphics.lwjgl declared as ClockListener
private  ClockListener LWJGLRenderer1.clockListener
           
private  ClockListener LWJGLRenderer.clockListener
           
 

Methods in hmi.graphics.lwjgl with parameters of type ClockListener
 void LWJGLRenderer1.setClockListener(ClockListener listener)
          Sets theClockListener
 void LWJGLRenderer.setClockListener(ClockListener listener)
          Sets theClockListener
 

Uses of ClockListener in hmi.util
 

Classes in hmi.util that implement ClockListener
 class ClockLabel
          As ClockPanel, but then a JLabel instead of JPanel
 class ClockPanel
          A panel showing the count of a Clock.
 

Fields in hmi.util with type parameters of type ClockListener
private  ArrayList<ClockListener> SystemClock.listeners
           
private  ArrayList<ClockListener> SystemClock.newListeners
           
 

Methods in hmi.util with parameters of type ClockListener
 void SystemClock.addClockListener(ClockListener listener)
          adds "listener" to the list of ClockListeners that receive time(currentTime) callbacks.
 void Clock.addClockListener(ClockListener listener)
          adds "listener" to the collection of ClockListeners that receive time(currentTime) callbacks.