(Command cmd)
| 2466 | /// Invoked to allow subclasses of form to handle a command from one point |
| 2467 | /// rather than implementing many command instances |
| 2468 | void actionCommandImpl(Command cmd) { |
| 2469 | actionCommandImpl(cmd, new ActionEvent(cmd, ActionEvent.Type.Command)); |
| 2470 | } |
| 2471 | |
| 2472 | /// Invoked to allow subclasses of form to handle a command from one point |
| 2473 | /// rather than implementing many command instances |
no test coverage detected