()
| 552 | * @see cc.kune.wave.client.kspecific.WaveClientView#logout() |
| 553 | */ |
| 554 | @Override |
| 555 | public void logout() { |
| 556 | loggedInUser = null; |
| 557 | channel = null; |
| 558 | idGenerator = null; |
| 559 | websocket = null; |
| 560 | searchPanel.clearDigests(); |
| 561 | clear(); |
| 562 | } |
| 563 | |
| 564 | /** |
| 565 | * Open wave. |
nothing calls this directly
no test coverage detected