public static interface CommandMenu.Action extends Command
ActionEvent.getModifiers()
.Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent event,
Gadget gadget,
String parameter,
int x,
int y)
Prepare and execute wrapped command which corresponds to the value
of
ActionEvent.getModifiers() , if any,
and default wrapped command otherwise. |
copy, executeCommand, prepareCommand
void actionPerformed(ActionEvent event, Gadget gadget, String parameter, int x, int y)
ActionEvent.getModifiers()
, if any,
and default wrapped command otherwise.