public static interface JaxmppCore.LoggedOutHandler extends EventHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
JaxmppCore.LoggedOutHandler.LoggedOutEvent
Fired when jaxmpp is disconnected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onLoggedOut(SessionObject sessionObject)
Called when LoggedOutEvent is fired.
|
void onLoggedOut(SessionObject sessionObject)
sessionObject - session object related to connection.Copyright © 2006–2018 Tigase. All rights reserved.