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

Packages that use IDebugEngineListener
cz.cuni.amis.dash   
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 DashActionPresenter
          Presenter used by Dash to present TriggeredAction.
 class DashPrimitivePresenter<PRIMITIVE_TYPE extends PoshElement & IReferenceElement>
          Presenter used in Dash for actions and sense.
 class DashSensePresenter
          Presenter used by Dash to present Sense.
 class DashWindow
           
 

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.