Create an Executer to run the specified menu command in this thread using the active image.
(String cmd)
| 32 | /** Create an Executer to run the specified menu command |
| 33 | in this thread using the active image. */ |
| 34 | public Executer(String cmd) { |
| 35 | command = cmd; |
| 36 | } |
| 37 | |
| 38 | /** Create an Executer that runs the specified menu |
| 39 | command in a separate thread using the specified image, |
nothing calls this directly
no test coverage detected