()
| 1951 | //#endif |
| 1952 | |
| 1953 | public void cmdActions() { |
| 1954 | if (isLoggedIn()) { |
| 1955 | try { |
| 1956 | new RosterItemActions(getFocusedObject()); |
| 1957 | } catch (Exception ex) { |
| 1958 | } |
| 1959 | } |
| 1960 | } |
| 1961 | |
| 1962 | public void cmdAdd() { |
| 1963 | if (isLoggedIn()) { |
no test coverage detected