synergynetframework.jme
Interface Updateable
- All Known Implementing Classes:
- FlickSystem, Stepper, VideoQuad
public interface Updateable
Simple utility interface to allow objects to be added to the update loop.
synergynetframework.jme.JMEMultiTouchApplication
allows the addition
of Updateable objects to be registered for execution in the update loop.
- Author:
- dcs0ah1
Method Summary |
void |
update(float timePerFrame)
Update. |
update
void update(float timePerFrame)
- Update.
- Parameters:
timePerFrame
- the time per frame