ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
 

com.adobe.solutions.exm.authoring.domain.method 


The com.adobe.solutions.exm.authoring.domain.method package contains the authoring domain classes for function-specific operations. For example, list listing available function-families, local functions, or remote functions.



Interfaces
 InterfaceDescription
 IFunction Represents a function available for use inside expressions during expression authoring.
 IFunctionFamily Represents a family (group) of similar functions (e.g.
 IFunctionParameter Represents an input parameter to a function.
 IFunctionProvider The IFunctionProvider interface serves as the entry point for function-specific operations during expression authoring.
Classes
 ClassDescription
 FunctionFamilyProviderEvent Event dispatched whenever a call to list the available function-families returns successfully.
 FunctionProviderEvent Event dispatched whenever a call to list available functions (local or remote) returns successfully.