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

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

public class ConsoleManager
extends java.lang.Object
implements UIManager


Field Summary
 
Fields inherited from interface com.evelopers.unimod.debug.debugger.UIManager
E23, E24, E25, E26
 
Constructor Summary
(package private) ConsoleManager(Model model)
           
 
Method Summary
 void dispose()
          Called on sthutdown.
 void init(ModelEngine engine)
          Called on engine start-up
 void z1(StateMachineContext context)
          event context has parameter THREAD_INFO - ident of thread that was suspended
 void z2(StateMachineContext context)
          event context has parameter THREAD_INFO - ident of thread that was suspended
 void z3(StateMachineContext context)
          event context has parameter THREAD_INFO - ident of thread that was resumed
 void z4(StateMachineContext context)
           
 void z5(StateMachineContext context)
           
 void z6(StateMachineContext context)
           
 void z7(StateMachineContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleManager

ConsoleManager(Model model)
Method Detail

z1

public void z1(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Description copied from interface: UIManager
event context has parameter THREAD_INFO - ident of thread that was suspended

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

z2

public void z2(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Description copied from interface: UIManager
event context has parameter THREAD_INFO - ident of thread that was suspended

Specified by:
z2 in interface UIManager
Throws:
com.evelopers.common.exception.CommonException

z3

public void z3(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Description copied from interface: UIManager
event context has parameter THREAD_INFO - ident of thread that was resumed

Specified by:
z3 in interface UIManager
Throws:
com.evelopers.common.exception.CommonException

z4

public void z4(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Specified by:
z4 in interface UIManager
Throws:
com.evelopers.common.exception.CommonException

z5

public void z5(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Specified by:
z5 in interface UIManager
Throws:
com.evelopers.common.exception.CommonException

z6

public void z6(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Specified by:
z6 in interface UIManager
Throws:
com.evelopers.common.exception.CommonException

z7

public void z7(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Specified by:
z7 in interface UIManager
Throws:
com.evelopers.common.exception.CommonException

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