public interface OnCommandListener
addOnCommandListener
method. When the onCommand
event occurs, that object's appropriate method is invoked.Modifier and Type | Method and Description |
---|---|
void |
onCommand(java.lang.String name,
java.lang.String arg)
On command.
|