com.eu.miscedautils.CommonUtils
Class ConsoleEvent

java.lang.Object
  extended by tcl.lang.TclEvent
      extended by com.eu.miscedautils.CommonUtils.ConsoleEvent

public class ConsoleEvent
extends tcl.lang.TclEvent

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

processEvent

public int processEvent(int flags)
processEvent -- Process the console event. This method may freely call any Tcl interpreter's method. It is safe.

Specified by:
processEvent in class tcl.lang.TclEvent