public class ServerTask extends Object implements Runnable
private int
creationTicks
private Runnable
runnable
ServerTask(int creationTicks, Runnable runnable)
int
getCreationTicks()
void
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final int creationTicks
private final Runnable runnable
public ServerTask(int creationTicks, Runnable runnable)
public int getCreationTicks()
public void run()
run
Runnable