|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.loop.UpdatingThread
org.xith3d.loop.opscheduler.impl.OperationSchedulerImpl
org.xith3d.loop.opscheduler.impl.DummyOperationSchedulerImpl
public class DummyOperationSchedulerImpl
This is a dummy OperationScheduler implementation. It directly invokes the update() method from the scheduleOperation() method.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.xith3d.loop.UpdatingThread |
|---|
UpdatingThread.TimingMode |
| Field Summary |
|---|
| Fields inherited from class org.xith3d.loop.UpdatingThread |
|---|
PAUSE_NONE, PAUSE_TOTAL |
| Constructor Summary | |
|---|---|
DummyOperationSchedulerImpl()
|
|
| Method Summary | |
|---|---|
void |
scheduleOperation(ScheduledOperation schedOp)
Adds a ScheduledOperation to the queue. |
| Methods inherited from class org.xith3d.loop.opscheduler.impl.OperationSchedulerImpl |
|---|
addAnimatableObject, addAnimatableObject, addAnimatableObject, addInterval, addIntervalListener, addUpdatable, callIntervalListeners, getNumberOfIntevals, getNumberOfSchedOps, removeAllIntervals, removeAnimatableObject, removeIntervalListener, removeUpdatable, unscheduleOperation, update, update, update |
| Methods inherited from class org.xith3d.loop.UpdatingThread |
|---|
begin, end, getFPSLimiter, getGameMicroTime, getGameMilliTime, getGameNanoTime, getGameTime, getIterationsCount, getLastFrameTime, getLastNanoFrameTime, getMinIterationTime, getPauseMode, getThread, getTimer, getTimingMode, isRunning, isStopping, loop, nextIteration, run, setFPSLimiter, setMinIterationTime, setPauseMode, setTimer, setTimingMode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyOperationSchedulerImpl()
| Method Detail |
|---|
public void scheduleOperation(ScheduledOperation schedOp)
OperationSchedulerImpl
scheduleOperation in interface OperationSchedulerscheduleOperation in class OperationSchedulerImplschedOp - the Operation to schedule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||