org.jactr.tools.async.message.command.breakpoint
Interface IBreakpointCommand

All Superinterfaces:
ICommand, IMessage, java.io.Serializable
All Known Implementing Classes:
BreakpointCommand

public interface IBreakpointCommand
extends ICommand, java.io.Serializable

Author:
developer

Nested Class Summary
static class IBreakpointCommand.Action
           
 
Method Summary
 IBreakpointCommand.Action getAction()
           
 java.lang.String getDetails()
           
 java.lang.String getModelName()
           
 org.jactr.core.runtime.controller.debug.BreakpointType getType()
           
 
Methods inherited from interface org.jactr.tools.async.message.IMessage
getID
 

Method Detail

getType

org.jactr.core.runtime.controller.debug.BreakpointType getType()

getAction

IBreakpointCommand.Action getAction()

getDetails

java.lang.String getDetails()

getModelName

java.lang.String getModelName()