flex.messaging.client
Interface FlexClientBindingListener


public interface FlexClientBindingListener

Interface to be notified when the implementing object is bound or unbound from the FlexClient.


Method Summary
 void valueBound(FlexClientBindingEvent event)
          Callback invoked when the object is bound to a FlexClient.
 void valueUnbound(FlexClientBindingEvent event)
          Callback invoked when the object is unbound from a FlexClient.
 

Method Detail

valueBound

void valueBound(FlexClientBindingEvent event)
Callback invoked when the object is bound to a FlexClient.

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

valueUnbound

void valueUnbound(FlexClientBindingEvent event)
Callback invoked when the object is unbound from a FlexClient.

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


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/FlexClientBindingListener.html