flex.messaging.client
Interface FlexClientAttributeListener


public interface FlexClientAttributeListener

Interface for FlexClient attribute listeners.


Method Summary
 void attributeAdded(FlexClientBindingEvent event)
          Callback invoked after an attribute is added to the FlexClient.
 void attributeRemoved(FlexClientBindingEvent event)
          Callback invoked after an attribute has been replaced with a new value.
 void attributeReplaced(FlexClientBindingEvent event)
          Callback invoked after an attribute is removed from the FlexClient.
 

Method Detail

attributeAdded

void attributeAdded(FlexClientBindingEvent event)
Callback invoked after an attribute is added to the FlexClient.

Parameters:
event - The event containing the associated FlexClient and attribute information.

attributeReplaced

void attributeReplaced(FlexClientBindingEvent event)
Callback invoked after an attribute is removed from the FlexClient.

Parameters:
event - The event containing the associated FlexClient and attribute information.

attributeRemoved

void attributeRemoved(FlexClientBindingEvent event)
Callback invoked after an attribute has been replaced with a new value.

Parameters:
event - The event containing the associated FlexClient and attribute information.


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/client/FlexClientAttributeListener.html