com.evelopers.unimod.debug.debugger.console
Class BreakpointManagerImpl

java.lang.Object
  extended bycom.evelopers.unimod.debug.debugger.console.BreakpointManagerImpl
All Implemented Interfaces:
BreakpointManager, ControlledObject, EventProvider

public class BreakpointManagerImpl
extends java.lang.Object
implements BreakpointManager


Field Summary
 
Fields inherited from interface com.evelopers.unimod.debug.debugger.BreakpointManager
E21, E22
 
Constructor Summary
BreakpointManagerImpl()
           
 
Method Summary
 void dispose()
          Called on sthutdown.
 void init(ModelEngine engine)
          Called on engine start-up
 void z1(StateMachineContext context)
          Must put into event context array of Position with name Params.Event#BREAKPOINTS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreakpointManagerImpl

public BreakpointManagerImpl()
Method Detail

init

public void init(ModelEngine engine)
          throws com.evelopers.common.exception.CommonException
Description copied from interface: EventProvider
Called on engine start-up

Specified by:
init in interface EventProvider
Parameters:
engine - that will be notified about events.
Throws:
com.evelopers.common.exception.CommonException

dispose

public void dispose()
Description copied from interface: EventProvider
Called on sthutdown. If some threads was started by event provider they must be stopped here.

Specified by:
dispose in interface EventProvider

z1

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

Specified by:
z1 in interface BreakpointManager
Throws:
com.evelopers.common.exception.CommonException