flex.messaging.client
Interface FlexClientListener

All Known Implementing Classes:
FlexSession, HttpFlexSession, NonHttpFlexSession

public interface FlexClientListener

Interface to be notified when a FlexClient is created or destroyed. Implementations of this interface may add themselves as created listeners statically via FlexClient.addClientCreatedListener(). To listen for FlexClient destruction, the implementation instance must add itself as a listener to a specific FlexClient instance via the addClientDestroyedListener() method.


Method Summary
 void clientCreated(FlexClient client)
          Notification that a FlexClient was created.
 void clientDestroyed(FlexClient client)
          Notification that a FlexClient is about to be destroyed.
 

Method Detail

clientCreated

void clientCreated(FlexClient client)
Notification that a FlexClient was created.

Parameters:
client - The FlexClient that was created.

clientDestroyed

void clientDestroyed(FlexClient client)
Notification that a FlexClient is about to be destroyed.

Parameters:
client - The FlexClient that will be destroyed.


Copyright © 2008 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/blazeds/1/javadoc/flex/messaging/client/FlexClientListener.html