Uses of Interface
flex.messaging.FlexSessionListener

Packages that use FlexSessionListener
flex.messaging   
 

Uses of FlexSessionListener in flex.messaging
 

Methods in flex.messaging with parameters of type FlexSessionListener
static void FlexSession.addSessionCreatedListener(FlexSessionListener listener)
          Adds a session create listener that will be notified when new sessions are created.
static void FlexSession.removeSessionCreatedListener(FlexSessionListener listener)
          Removes a session create listener.
 void FlexSession.addSessionDestroyedListener(FlexSessionListener listener)
          Adds a session destroy listener that will be notified when the session is destroyed.
 void FlexSession.removeSessionDestroyedListener(FlexSessionListener listener)
          Removes a session destroy listener.
 



Copyright © 2006 Adobe Systems Inc. All Rights Reserved. (Updated August 2, 2006)