Uses of Interface
cz.cuni.amis.pogamut.sposh.dbg.engine.IDebugEngineListener

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 IDebugEngine.addListener(IDebugEngineListener listener)
          Add listener for changes in state of the engine, it is synchronized.
 boolean AbstractDebugEngine.addListener(IDebugEngineListener listener)
          Add listener for changes in state of the engine, it is synchronized.
 boolean IDebugEngine.removeListener(IDebugEngineListener listener)
          Remove listener from set of listeners of this engine.
 boolean AbstractDebugEngine.removeListener(IDebugEngineListener listener)
          Remove listener from set of listeners of this engine.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.