Uses of Class
flex.messaging.FlexSessionBindingEvent

Packages that use FlexSessionBindingEvent
flex.messaging   
 

Uses of FlexSessionBindingEvent in flex.messaging
 

Methods in flex.messaging with parameters of type FlexSessionBindingEvent
 void FlexSessionAttributeListener.attributeAdded(FlexSessionBindingEvent event)
          Callback invoked after an attribute is added to the session.
 void FlexSessionAttributeListener.attributeRemoved(FlexSessionBindingEvent event)
          Callback invoked after an attribute is removed from the session.
 void FlexSessionAttributeListener.attributeReplaced(FlexSessionBindingEvent event)
          Callback invoked after an attribute has been replaced with a new value.
 void FlexSessionBindingListener.valueBound(FlexSessionBindingEvent event)
          Callback invoked when the object is bound to a Flex session.
 void FlexSessionBindingListener.valueUnbound(FlexSessionBindingEvent event)
          Callback invoked when the object is unbound from a Flex session.
 



Copyright © 2006 Adobe Systems Inc. All Rights Reserved. (Updated August 2, 2006)