This interface defines the API used by the binding handlers of flex2.compiler.mxml.builder.* based builders, which need to pass a local handler into subbuilders. For example, ArrayBuilder and VectorBuilder, use a BindingHandler implemenation, so that subbuilders like ComponentBuilder and PrimitiveBuilder can allow the parent builder to associate the Array/Vector with the BindingExpression and set information like the index of the subbuilder.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.