()
| 200 | |
| 201 | // TODO: fix this shit |
| 202 | public void commandState() { |
| 203 | menuCommands.removeAllElements(); |
| 204 | if (!complete) { |
| 205 | addMenuCommand(cmdSend); |
| 206 | } |
| 207 | } |
| 208 | public void menuAction(MenuCommand c, VirtualList v) { |
| 209 | if (c == cmdSend) { |
| 210 | if (!complete) { |
nothing calls this directly
no test coverage detected