(MenuCommand c, VirtualList d)
| 76 | } |
| 77 | |
| 78 | public void menuAction(MenuCommand c, VirtualList d){ |
| 79 | if (c==cmdClear) { |
| 80 | ti.recentList.removeAllElements(); |
| 81 | ti.saveRecentList(); |
| 82 | } |
| 83 | super.menuAction(c, d); |
| 84 | } |
| 85 | |
| 86 | public void cmdOk() { |
| 87 | eventOk(); |
nothing calls this directly
no test coverage detected