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

public 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

public 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 © 2006 Adobe Systems Inc. All Rights Reserved. (Updated August 2, 2006)