public interface ICommandBuilder
| Modifier and Type | Method and Description |
|---|---|
ICommand |
BuildCommand()
Builds a command.
|
void |
SetData(java.lang.String object)
The serialized data that needs passed to the command.
|
ICommand BuildCommand()
void SetData(java.lang.String object)
object - Serialized object data.