|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrle.core.vm.PlugInBase
rle.core.GameThread
public class GameThread
The thread that processes all game actions. This is one of two main threads that are utilized; the other being the Swing event dispatch thread.
Field Summary | |
---|---|
protected java.util.ArrayList<UiAction> |
queue
|
protected java.lang.Thread |
thread
|
Fields inherited from class rle.core.vm.PlugInBase |
---|
config, context, parameters |
Constructor Summary | |
---|---|
GameThread()
|
Method Summary | |
---|---|
void |
add(UiAction action)
|
void |
flush()
|
void |
kill()
|
void |
setProcessing(boolean b)
|
Methods inherited from class rle.core.vm.PlugInBase |
---|
config, getContext, getParameters, paramMap, setConfig, setParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Thread thread
protected java.util.ArrayList<UiAction> queue
Constructor Detail |
---|
public GameThread()
Method Detail |
---|
public void setProcessing(boolean b)
public void kill()
public void add(UiAction action)
public void flush()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |