|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 was destroyed. |
| Method Detail |
public void sessionCreated(FlexSession session)
session - The FlexSession that was created.public void sessionDestroyed(FlexSession session)
session - The FlexSession that was destroyed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||