org.jactr.tools.async.message.command.state
Interface IRuntimeStateCommand

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

public interface IRuntimeStateCommand
extends ICommand, java.io.Serializable, IStateCommand

Author:
developer

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jactr.tools.async.message.command.state.IStateCommand
IStateCommand.State
 
Method Summary
 boolean shouldSuspendImmediately()
           
 
Methods inherited from interface org.jactr.tools.async.message.IMessage
getID
 
Methods inherited from interface org.jactr.tools.async.message.command.state.IStateCommand
getState
 

Method Detail

shouldSuspendImmediately

boolean shouldSuspendImmediately()