public static interface Connector.StanzaReceivedHandler extends EventHandler
Modifier and Type | Interface and Description |
---|---|
static class |
Connector.StanzaReceivedHandler.StanzaReceivedEvent
Fired when stanza is received.
|
Modifier and Type | Method and Description |
---|---|
void |
onStanzaReceived(SessionObject sessionObject,
StreamPacket stanza)
Called when StanzaReceivedEvent is
fired.
|
void onStanzaReceived(SessionObject sessionObject, StreamPacket stanza)
sessionObject
- session object related to connection.stanza
- received stanza.Copyright © 2006–2018 Tigase. All rights reserved.