flex.messaging
Interface MessageClientListener

All Known Implementing Classes:
FlexClient, FlexSession

public interface MessageClientListener

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


Method Summary
 void messageClientCreated(MessageClient messageClient)
          Notification that a MessageClient was created.
 void messageClientDestroyed(MessageClient messageClient)
          Notification that a MessageClient is about to be destroyed.
 

Method Detail

messageClientCreated

void messageClientCreated(MessageClient messageClient)
Notification that a MessageClient was created.

Parameters:
session - The MessageClient that was created.

messageClientDestroyed

void messageClientDestroyed(MessageClient messageClient)
Notification that a MessageClient is about to be destroyed.

Parameters:
session - The MessageClient 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/MessageClientListener.html