flex.messaging
Interface FlexSessionBindingListener


public interface FlexSessionBindingListener

Interface to be notified when the object is bound or unbound from the Flex session.


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

Method Detail

valueBound

void valueBound(FlexSessionBindingEvent event)
Callback invoked when the object is bound to a Flex session.

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

valueUnbound

void valueUnbound(FlexSessionBindingEvent event)
Callback invoked when the object is unbound from a Flex session.

Parameters:
event - The event containing the associated session 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/FlexSessionBindingListener.html