com.threerings.opengl.model
Class Scripted.TimeExecutor

java.lang.Object
  extended by com.threerings.opengl.model.Scripted.TimeExecutor
Enclosing class:
Scripted

protected static class Scripted.TimeExecutor
extends Object

Contains an executor to activate at a specific time.


Field Summary
 Executor executor
          The action executor.
 float time
          The time at which to execute the action.
 
Constructor Summary
Scripted.TimeExecutor(float time, Executor executor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public float time
The time at which to execute the action.


executor

public Executor executor
The action executor.

Constructor Detail

Scripted.TimeExecutor

public Scripted.TimeExecutor(float time,
                             Executor executor)