public static interface JaxmppCore.LoggedInHandler extends EventHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
JaxmppCore.LoggedInHandler.LoggedInEvent
Fired when connection is fully established.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onLoggedIn(SessionObject sessionObject)
Called when LoggedInEvent is fired.
|
void onLoggedIn(SessionObject sessionObject)
sessionObject - session object related to connection.Copyright © 2006–2016 Tigase. All rights reserved.