|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmppSessionLogic
Interface for classes with session logic.
| Nested Class Summary | |
|---|---|
static interface |
XmppSessionLogic.SessionListener
Interface for session listener. |
| Method Summary | |
|---|---|
void |
beforeStart()
Method executed just before login process is started. |
void |
setSessionListener(XmppSessionLogic.SessionListener listener)
Set XmppSessionLogic.SessionListener. |
void |
unbind()
In this method implementation must unregister all previously registered listeners. |
| Method Detail |
|---|
void beforeStart()
throws JaxmppException
JaxmppException
void setSessionListener(XmppSessionLogic.SessionListener listener)
throws JaxmppException
listener - XmppSessionLogic.SessionListener
JaxmppException
void unbind()
throws JaxmppException
JaxmppException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||