public class EventDispatchJob extends Job implements IScriptRegistry
| Constructor and Description |
|---|
EventDispatchJob(IEventProcessor host,
IEventProcessor debugger)
Creates a new dispatcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(IDebugEvent event) |
IResource |
getResource(Script script)
|
Script |
getScript(IResource resource)
|
void |
put(Script script)
Add a new
Script to the registry and store its mapping. |
void |
terminate() |
addJobChangeListener, 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, waitgetAdapterpublic EventDispatchJob(IEventProcessor host, IEventProcessor debugger)
host - debug modeldebugger - debugger implementationpublic void addEvent(IDebugEvent event)
public void terminate()
public Script getScript(IResource resource)
IScriptRegistrypublic IResource getResource(Script script)
IScriptRegistrygetResource in interface IScriptRegistryIResource identified by Script or null if no mapping found.public void put(Script script)
IScriptRegistryScript to the registry and store its mapping.put in interface IScriptRegistryscript - Script to be stored in registry.