public interface XmppSessionLogic
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XmppSessionLogic.SessionListener
Interface for session listener.
|
static interface |
XmppSessionLogic.XmppSessionEstablishedHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeStart()
Method executed just before login process is started.
|
void |
setSessionListener(XmppSessionLogic.SessionListener listener)
|
void |
unbind()
In this method implementation must unregister all previously registered
listeners.
|
void beforeStart()
throws JaxmppException
JaxmppExceptionvoid setSessionListener(XmppSessionLogic.SessionListener listener) throws JaxmppException
listener - XmppSessionLogic.SessionListenerJaxmppExceptionvoid unbind()
throws JaxmppException
JaxmppExceptionCopyright © 2006–2018 Tigase. All rights reserved.