|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttcl.lang.TclEvent
com.eu.miscedautils.CommonUtils.ConsoleEvent
public class ConsoleEvent
This class is used by the ConsoleThread to post a Tcl Event to the Tcl interpreter's event queue. The processEvent method of this class is then executed by the Tcl interpreter's event thread to call the interpreter's method safely.
Method Summary | |
---|---|
int |
processEvent(int flags)
processEvent -- Process the console event. |
Methods inherited from class tcl.lang.TclEvent |
---|
sync |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int processEvent(int flags)
processEvent
in class tcl.lang.TclEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |