org.jactr.tools.async.message.command.state
Class ModelStateCommand

java.lang.Object
  extended by org.jactr.tools.async.message.BaseMessage
      extended by org.jactr.tools.async.message.command.state.ModelStateCommand
All Implemented Interfaces:
java.io.Serializable, IModelStateCommand, IStateCommand, IMessage

public class ModelStateCommand
extends BaseMessage
implements IModelStateCommand, java.io.Serializable

Author:
developer
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jactr.tools.async.message.command.state.IStateCommand
IStateCommand.State
 
Constructor Summary
ModelStateCommand(java.lang.String modelName, IStateCommand.State state)
           
 
Method Summary
 java.lang.String getModelName()
           
 IStateCommand.State getState()
           
 
Methods inherited from class org.jactr.tools.async.message.BaseMessage
getID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelStateCommand

public ModelStateCommand(java.lang.String modelName,
                         IStateCommand.State state)
Method Detail

getState

public IStateCommand.State getState()
Specified by:
getState in interface IStateCommand
See Also:
IStateCommand.getState()

getModelName

public java.lang.String getModelName()
Specified by:
getModelName in interface IModelStateCommand