| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
command
Command associated with event.
|
| Constructor and Description |
|---|
ActionEvent(Widget source,
java.lang.String command)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
command()
Get command name associated with the event.
|
void |
print(PrintHelper printer)
Print all class-specific fields.
|
consume, id, isConsumed, merge, other, source, toStringpublic ActionEvent(Widget source, java.lang.String command)
source - Event source.command - Command associated with event.public java.lang.String command()
public void print(PrintHelper printer)