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

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

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

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 © 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/FlexSessionAttributeListener.html