com.evelopers.unimod.debug.protocol
Class EventMessage
java.lang.Object
com.evelopers.unimod.debug.protocol.Message
com.evelopers.unimod.debug.protocol.EventMessage
- All Implemented Interfaces:
- java.io.Serializable
- public class EventMessage
- extends Message
Posiible events: suspended on breakpoint, suspended on step, resumed
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THREAD_CREATED
public static final int THREAD_CREATED
- See Also:
- Constant Field Values
SUSPENDED_ON_BREAKPOINT
public static final int SUSPENDED_ON_BREAKPOINT
- See Also:
- Constant Field Values
SUSPENDED_ON_STEP
public static final int SUSPENDED_ON_STEP
- See Also:
- Constant Field Values
RESUMED
public static final int RESUMED
- See Also:
- Constant Field Values
UNKNOWN_COMMAND
public static final int UNKNOWN_COMMAND
- See Also:
- Constant Field Values
createSuspendedOnBreakpoint
public static EventMessage createSuspendedOnBreakpoint(Position position,
ThreadInfo thread)
createSuspendedOnStep
public static EventMessage createSuspendedOnStep(Position position,
ThreadInfo thread)
createCreated
public static EventMessage createCreated(ThreadInfo thread)
createResumed
public static EventMessage createResumed(ThreadInfo thread)
createUnknownCommand
public static EventMessage createUnknownCommand(java.lang.String info)
getPosition
public Position getPosition()
getInfo
public java.lang.String getInfo()
- Returns:
- Returns the info.