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