flex.messaging
Interface FlexSessionAttributeListener


public interface FlexSessionAttributeListener

Interface for Flex session attribute listeners.


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

Method Detail

attributeAdded

public void attributeAdded(FlexSessionBindingEvent event)
Callback invoked after an attribute is added to the session.

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

attributeRemoved

public void attributeRemoved(FlexSessionBindingEvent event)
Callback invoked after an attribute is removed from the session.

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

attributeReplaced

public void attributeReplaced(FlexSessionBindingEvent event)
Callback invoked after an attribute has been replaced with a new value.

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


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