flex.messaging.client
Class FlexClientBindingEvent

java.lang.Object
  extended by flex.messaging.client.FlexClientBindingEvent

public class FlexClientBindingEvent
extends Object

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

FlexClientBindingEvent

public FlexClientBindingEvent(FlexClient client,
                              String name)
Constructs an event for an attribute that is bound or unbound from a FlexClient.

Parameters:
client - The FlexClient.
name - The attribute name.

FlexClientBindingEvent

public 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.

Parameters:
client - The FlexClient.
name - The attribute name.
value - The attribute value.
Method Detail

getClient

public FlexClient getClient()
Returns the FlexClient that generated the event.

Returns:
The FlexClient that generated the event.

getName

public String getName()
Returns the name of the attribute associated with the event.

Returns:
The name of the attribute associated with the event.

getValue

public Object getValue()
Returns the value of the attribute associated with the event.

Returns:
The value of the attribute associated with the event.


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/client/FlexClientBindingEvent.html