|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDebugEngineListener | |
|---|---|
| cz.cuni.amis.dash | Package contains mostly classes responsible for displaying plan of debugged agent. |
| cz.cuni.amis.pogamut.sposh.dbg.engine | |
| Uses of IDebugEngineListener in cz.cuni.amis.dash |
|---|
| Classes in cz.cuni.amis.dash that implement IDebugEngineListener | |
|---|---|
class |
DashWindow
Window that is informing us about debugged plan. |
| Uses of IDebugEngineListener in cz.cuni.amis.pogamut.sposh.dbg.engine |
|---|
| Methods in cz.cuni.amis.pogamut.sposh.dbg.engine that return IDebugEngineListener | |
|---|---|
protected IDebugEngineListener[] |
AbstractDebugEngine.getListeners()
For internal use, get array of listeners that won't be affected by the changes of set of listener |
| Methods in cz.cuni.amis.pogamut.sposh.dbg.engine with parameters of type IDebugEngineListener | |
|---|---|
boolean |
AbstractDebugEngine.addListener(IDebugEngineListener listener)
Add listener for changes in state of the engine, it is synchronized. |
boolean |
IDebugEngine.addListener(IDebugEngineListener listener)
Add listener for changes in state of the engine, it is synchronized. |
boolean |
AbstractDebugEngine.removeListener(IDebugEngineListener listener)
Remove listener from set of listeners of this engine. |
boolean |
IDebugEngine.removeListener(IDebugEngineListener listener)
Remove listener from set of listeners of this engine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||