|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWSSessionListener
This callback interface allows a listener to be notified of WSClient session lifecycle events
Instances of interface implementations are registered with the IWSClientSessionManager
Method Summary | |
---|---|
void |
onProxyContextCreated(ProxyContext context)
A new context was created |
void |
onSessionCreated(IWSClientSession session)
A new session has been created |
Method Detail |
---|
void onSessionCreated(IWSClientSession session)
session
- the newly created IWSClientSession
instancevoid onProxyContextCreated(ProxyContext context)
context
- the newly created ProxyContext
instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |