StateManager
For an AS3 project I’m working on I needed to know whether or not a UIComponent had passed a certain state (for example childrenCreated or initialize). Rather than overriding the corresponding protected methods I wrote a (really) simple class called StateManager that lets you make inquiries about any UIComponent that has been registered with the [...]