com.evelopers.unimod.debug.debugger
Interface UIManager

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

public interface UIManager
extends EventProvider, ControlledObject


Field Summary
static java.lang.String E23
          Event must has associated THREAD_INFO parameter - ident of thread to make step in which
static java.lang.String E24
          Event must has associated THREAD_INFO parameter - ident of thread to resume
static java.lang.String E25
           
static java.lang.String E26
           
 
Method Summary
 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 interface com.evelopers.unimod.runtime.EventProvider
dispose, init
 

Field Detail

E23

public static final java.lang.String E23
Event must has associated THREAD_INFO parameter - ident of thread to make step in which

See Also:
Constant Field Values

E24

public static final java.lang.String E24
Event must has associated THREAD_INFO parameter - ident of thread to resume

See Also:
Constant Field Values

E25

public static final java.lang.String E25
See Also:
Constant Field Values

E26

public static final java.lang.String E26
See Also:
Constant Field Values
Method Detail

z1

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

Throws:
com.evelopers.common.exception.CommonException

z2

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

Throws:
com.evelopers.common.exception.CommonException

z3

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

Throws:
com.evelopers.common.exception.CommonException

z4

public void z4(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Throws:
com.evelopers.common.exception.CommonException

z5

public void z5(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Throws:
com.evelopers.common.exception.CommonException

z6

public void z6(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Throws:
com.evelopers.common.exception.CommonException

z7

public void z7(StateMachineContext context)
        throws com.evelopers.common.exception.CommonException
Throws:
com.evelopers.common.exception.CommonException