|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlexSessionListener
Interface to be notified when a FlexSession is created or destroyed. Implementations of this interface
may add themselves as session created listeners statically via FlexSession.addSessionCreatedListener().
To listen for FlexSession destruction, the implementation class instance must add itself as a listener to
a specific FlexSession instance via the addSessionDestroyedListener() method.
| Method Summary | |
|---|---|
void |
sessionCreated(FlexSession session)
Notification that a FlexSession was created. |
void |
sessionDestroyed(FlexSession session)
Notification that a FlexSession is about to be destroyed. |
| Method Detail |
|---|
void sessionCreated(FlexSession session)
session - The FlexSession that was created.void sessionDestroyed(FlexSession session)
session - The FlexSession that will be destroyed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/FlexSessionListener.html