org.xith3d.loop.opscheduler
Interface IntervalListener
- All Known Implementing Classes:
- CameraFlightRecorder
public interface IntervalListener
This interface is used by the ExtRenderLoop to notify other objects that
an Interval was hit.
onIntervalHit
void onIntervalHit(Interval interval,
long gameTime,
long frameTime,
UpdatingThread.TimingMode timingMode)
- This method is executed each time an interval is hit
- Parameters:
interval - the hit IntervalgameTime - the current gameTimeframeTime - the time needed to render the last frametimingMode -