Uses of Class
cz.cuni.amis.pogamut.sposh.dbg.lap.LapBreakpoint

Packages that use LapBreakpoint
cz.cuni.amis.dash Package contains mostly classes responsible for displaying plan of debugged agent. 
cz.cuni.amis.pogamut.sposh.dbg.engine   
 

Uses of LapBreakpoint in cz.cuni.amis.dash
 

Methods in cz.cuni.amis.dash with parameters of type LapBreakpoint
 void DashWindow.breakpointAdded(LapBreakpoint breakpoint)
          Do nothing, handled by individual presenters
 void DashWindow.breakpointRemoved(LapBreakpoint breakpoint)
          Do nothing, handled by individual presenters
 

Uses of LapBreakpoint in cz.cuni.amis.pogamut.sposh.dbg.engine
 

Methods in cz.cuni.amis.pogamut.sposh.dbg.engine with parameters of type LapBreakpoint
 void IDebugEngineListener.breakpointAdded(LapBreakpoint bp)
          Notify listeners about new breakpoint
 void IDebugEngineListener.breakpointRemoved(LapBreakpoint bp)
          Notify listeners that breakpoint was removed
 



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