| java.lang.Object tcl.lang.TJCThread
All known Subclasses: tcl.lang.TJCReadyVar,
Inner Class :public static interface CompiledClassReady | |
STATUS_ERROR | final public static int STATUS_ERROR(Code) | | |
STATUS_OK | final public static int STATUS_OK(Code) | | |
compileJavaSource | public static synchronized void compileJavaSource(String filename, String source, CompiledClassReady callback)(Code) | | |
compileTclSource | public static synchronized void compileTclSource(String filename, String proc_source, CompiledClassReady callback)(Code) | | |
debugSetup | public static synchronized void debugSetup(String dbgstr)(Code) | | |
getEventLog | public static synchronized String getEventLog()(Code) | | |
isThreadReady | public static synchronized boolean isThreadReady()(Code) | | |
startThread | public static synchronized void startThread()(Code) | | |
terminateThread | public static synchronized void terminateThread()(Code) | | |
|
|