j3d.org Code

org.j3d.renderer.java3d.overlay
Interface UpdatableEntity

All Known Subinterfaces:
InteractiveOverlay, Overlay
All Known Implementing Classes:
InteractiveOverlayBase, InteractiveTextureOverlay, OverlayBase, TextureOverlay

public interface UpdatableEntity

A representation of an entity that requires periodic updates.

Instances of this interface can be registered with the UpdateManager and they will have their state observed and updated as required.

Version:
$Revision: 1.1 $
Author:
Will Holcomb

Method Summary
 void update()
          Any changes that will affect the screen appearance should be made in here.
 

Method Detail

update

public void update()
Any changes that will affect the screen appearance should be made in here. The UpdateManager is responsible for guaranteeing that this is executed in between frames.


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org