public class PythonEventDispatchJob extends EventDispatchJob implements IPythonScriptRegistry
| Constructor and Description |
|---|
PythonEventDispatchJob(IEventProcessor host,
IEventProcessor debugger)
Constructor creating new
PythonScriptRegistry for overload. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReference(Script script)
Return the reference
String for this Script. |
Script |
getScript(java.lang.String reference)
Return the
Script identified by this reference String. |
addEvent, getResource, getScript, put, terminateaddJobChangeListener, belongsTo, cancel, create, create, createSystem, createSystem, createSystem, done, getJobGroup, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, join, removeJobChangeListener, schedule, schedule, setJobGroup, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRulegetAdapterequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResource, getScript, putgetAdapterpublic PythonEventDispatchJob(IEventProcessor host, IEventProcessor debugger)
PythonScriptRegistry for overload.public Script getScript(java.lang.String reference)
IPythonScriptRegistryScript identified by this reference String.getScript in interface IPythonScriptRegistryreference - Reference String to get Script for.Script identified by reference String or null if no mapping found.public java.lang.String getReference(Script script)
IPythonScriptRegistryString for this Script.getReference in interface IPythonScriptRegistryscript - Script to get reference String for.String for Script or null if no mapping found.