class Command
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Command.Type |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Object |
arg |
private ZObject |
destination |
private Command.Type |
type |
| Constructor and Description |
|---|
Command(ZObject destination,
Command.Type type) |
Command(ZObject destination,
Command.Type type,
java.lang.Object arg) |
| Modifier and Type | Method and Description |
|---|---|
ZObject |
destination() |
java.lang.String |
toString() |
Command.Type |
type() |
private final ZObject destination
private final Command.Type type
java.lang.Object arg
public Command(ZObject destination, Command.Type type)
public Command(ZObject destination, Command.Type type, java.lang.Object arg)
public ZObject destination()
public Command.Type type()
public java.lang.String toString()
toString in class java.lang.Object