public interface IBeadModel extends IBead, IEventDispatcher, flash.events.IEventDispatcher
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The IBeadModel interface is a "marker" interface for beads that
represent the data model for a control. A marker interface has no addtional APIs.
It is used to find the model bead on the strand via calls to getBeadByType.