This method should typically only be called from the Control class
(final String fileName, final SessionListener callback)
| 164 | |
| 165 | /** This method should typically only be called from the Control class */ |
| 166 | public void saveSession(final String fileName, final SessionListener callback) { |
| 167 | getSession().save(fileName, callback); |
| 168 | } |
| 169 | |
| 170 | /** This method should typically only be called from the Control class */ |
| 171 | public void saveSession(String fileName) throws Exception { |
no test coverage detected