flex.messaging
Interface FlexSessionListener

All Known Implementing Classes:
FlexClient

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

sessionCreated

void sessionCreated(FlexSession session)
Notification that a FlexSession was created.

Parameters:
session - The FlexSession that was created.

sessionDestroyed

void sessionDestroyed(FlexSession session)
Notification that a FlexSession is about to be destroyed.

Parameters:
session - The FlexSession that will be destroyed.


Copyright © 2007 Adobe Systems Inc. All Rights Reserved.

 

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