|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectflex.messaging.FlexSessionBindingEvent
Event used to notify FlexSessionAttributeListeners of changes to session attributes.
| Constructor Summary | |
FlexSessionBindingEvent(FlexSession session,
String name)
Constructs an event for an attribute that is bound or unbound from a session. |
|
FlexSessionBindingEvent(FlexSession session,
String name,
Object value)
Constructs an event for an attribute that is added to a session or replaced by a new value. |
|
| Method Summary | |
String |
getName()
Returns the name of the attribute associated with the event. |
FlexSession |
getSession()
Returns the Flex session that generated the event. |
Object |
getValue()
Returns the value of the attribute associated with the event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FlexSessionBindingEvent(FlexSession session,
String name)
session - The associated session.name - The attribute name.
public FlexSessionBindingEvent(FlexSession session,
String name,
Object value)
session - The associated session.name - The attribute name.value - The attribute value.| Method Detail |
public FlexSession getSession()
public String getName()
public Object getValue()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||