|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.client.FlexClientBindingEvent
public class FlexClientBindingEvent
Event used to notify FlexClientAttributeListeners of changes to FlexClient attributes.
| Constructor Summary | |
|---|---|
FlexClientBindingEvent(FlexClient client,
String name)
Constructs an event for an attribute that is bound or unbound from a FlexClient. |
|
FlexClientBindingEvent(FlexClient client,
String name,
Object value)
Constructs an event for an attribute that is added to a FlexClient or replaced by a new value. |
|
| Method Summary | |
|---|---|
FlexClient |
getClient()
Returns the FlexClient that generated the event. |
String |
getName()
Returns the name of the attribute associated with the event. |
Object |
getValue()
Returns the value of the attribute associated with the event. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlexClientBindingEvent(FlexClient client,
String name)
client - The FlexClient.name - The attribute name.
public FlexClientBindingEvent(FlexClient client,
String name,
Object value)
client - The FlexClient.name - The attribute name.value - The attribute value.| Method Detail |
|---|
public FlexClient getClient()
public String getName()
public Object getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/client/FlexClientBindingEvent.html