com.evelopers.unimod.debug.debugger
Interface BreakpointManager

All Superinterfaces:
ControlledObject, EventProvider
All Known Implementing Classes:
BreakpointManagerImpl

public interface BreakpointManager
extends EventProvider, ControlledObject


Field Summary
static java.lang.String E21
          Must have associated parameter with name Params.Event.BREAKPOINTS with value as array of Position
static java.lang.String E22
          Must have associated parameter with name Params.Event.BREAKPOINTS with value as array of Position
 
Method Summary
 void z1(StateMachineContext context)
          Must put into event context array of Position with name Params.Event.BREAKPOINTS
 
Methods inherited from interface com.evelopers.unimod.runtime.EventProvider
dispose, init
 

Field Detail

E21

public static final java.lang.String E21
Must have associated parameter with name Params.Event.BREAKPOINTS with value as array of Position

See Also:
Constant Field Values

E22

public static final java.lang.String E22
Must have associated parameter with name Params.Event.BREAKPOINTS with value as array of Position

See Also:
Constant Field Values
Method Detail

z1

public void z1(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Must put into event context array of Position with name Params.Event.BREAKPOINTS

Throws:
com.evelopers.common.exception.CommonException