public static interface Connector.StanzaSendingHandler extends EventHandler
Modifier and Type | Interface and Description |
---|---|
static class |
Connector.StanzaSendingHandler.StanzaSendingEvent
Fired when stanza is sending.
|
Modifier and Type | Method and Description |
---|---|
void |
onStanzaSending(SessionObject sessionObject,
Element stanza)
Called when StanzaSendingEvent is
fired.
|
void onStanzaSending(SessionObject sessionObject, Element stanza) throws JaxmppException
sessionObject
- session object related to connection.stanza
- stanza to be sent.JaxmppException
Copyright © 2006–2016 Tigase. All rights reserved.