Package | com.adobe.gravity.utility.async |
Class | public class HandlerHolder |
Inheritance | HandlerHolder Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | HandlerHolder | ||
Add a handler function. | HandlerHolder | ||
Call all the handlers with the provided parameters. | HandlerHolder | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Remove a handler function. | HandlerHolder | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constructor Detail
HandlerHolder | () | Constructor |
public function HandlerHolder()
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Constructor.
Method Detail
addHandler | () | method |
public function addHandler(handler:Function, weakReference:Boolean = false):void
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Add a handler function.
Parameters
handler:Function — The handler function.
| |
weakReference:Boolean (default = false ) — Use a weak reference to hold onto the handler.
|
callHandlers | () | method |
public function callHandlers(... parameters):void
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Call all the handlers with the provided parameters.
Parameters
... parameters — Any parameters with which to call the handlers.
|
removeHandler | () | method |
public function removeHandler(handler:Function):void
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Remove a handler function.
Parameters
handler:Function — The handler function.
|
Mon Nov 28 2011, 06:48 AM -08:00