|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
gecco.util.SignalThread
gecco.server.actsofgod.ActsOfGod
Description of the Class
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Fields inherited from interface gecco.util.SignalRunnable |
SIGKILL, SIGNONE, SIGPAUSE, SIGQUIT, SIGRESUME |
Constructor Summary | |
ActsOfGod()
Constructor for the ActsOfGod object |
Method Summary | |
void |
addAct(String eventName,
int factor,
double x,
double y,
double time)
Adds a feature to the Act attribute of the ActsOfGod object |
void |
run()
Main processing method for the ActsOfGod object |
Methods inherited from class gecco.util.SignalThread |
clearSignal, current, pauseHandler, sendSignal, signalPending |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ActsOfGod()
Method Detail |
public void addAct(String eventName, int factor, double x, double y, double time)
eventName
- The feature to be added to the Act attributefactor
- The feature to be added to the Act attributex
- The feature to be added to the Act attributey
- The feature to be added to the Act attributetime
- The feature to be added to the Act attributepublic void run()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |