com.threerings.tudey.server.util
Class SceneTicker.DedicatedThread
java.lang.Object
com.threerings.tudey.server.util.SceneTicker
com.threerings.tudey.server.util.SceneTicker.DedicatedThread
- Enclosing class:
- SceneTicker
public static class SceneTicker.DedicatedThread
- extends SceneTicker
Ticks the scenes on a dedicated thread.
|
Method Summary |
protected void |
start()
Starts ticking. |
protected void |
stop()
Stops ticking. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_thread
protected LoopingThread _thread
- The thread on which we run.
SceneTicker.DedicatedThread
public SceneTicker.DedicatedThread(RunQueue runQueue,
int targetInterval)
- Creates a new dedicated thread ticker.
start
protected void start()
- Description copied from class:
SceneTicker
- Starts ticking.
- Specified by:
start in class SceneTicker
stop
protected void stop()
- Description copied from class:
SceneTicker
- Stops ticking.
- Specified by:
stop in class SceneTicker