org.commonreality.message.command.control
Interface IControlCommand

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

public interface IControlCommand
extends ICommand, IRequest, java.io.Serializable

request that sensors and agents change their run state

Author:
developer

Nested Class Summary
static class IControlCommand.State
           
 
Method Summary
 java.lang.Object getData()
          return additional data
 IControlCommand.State getState()
          what state should the participants go to
 
Methods inherited from interface org.commonreality.message.IMessage
copy, getMessageId, getSource
 
Methods inherited from interface org.commonreality.message.request.IRequest
acknowledgementRequired
 
Methods inherited from interface org.commonreality.message.IMessage
copy, getMessageId, getSource
 

Method Detail

getState

IControlCommand.State getState()
what state should the participants go to

Returns:

getData

java.lang.Object getData()
return additional data

Returns: