|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--org.bluesock.bluemud.driver.CalloutManager
The callout manager keeps track of all the callouts in the world and queues them up at the appropriate time.
Field Summary | |
(package private) java.util.List |
calloutQueue
|
Fields inherited from class java.lang.Thread |
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals |
Constructor Summary | |
protected |
CalloutManager()
|
Method Summary | |
protected void |
addCallout(int secondsDelay,
MudEvent event)
|
void |
run()
|
protected void |
shutdown()
|
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
java.util.List calloutQueue
Constructor Detail |
protected CalloutManager()
Method Detail |
protected void addCallout(int secondsDelay, MudEvent event)
public void run()
run
in class java.lang.Thread
protected void shutdown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |