A queue for components that are invalid.
Available since
1.0.0
.Static methods
staticforStage(stage:Stage):ValidationQueue
Returns the validation queue for the specified Stage. If a validation
queue doesn't exist for that Stage, a new one is created.
Available since
1.0.0
.Constructor
new(stage:Stage)
Creates a new ValidationQueue object with the given arguments.
Available since
1.0.0
.