ConditionManager
Kind of class: | public class |
---|---|
Package: | |
Inherits from: |
|
Classpath: | org.asaplibrary.util.actionqueue.ConditionManager |
File last modified: | Wednesday, 11 May 2011, 18:55:05 |
ConditionManager repeatedly runs through a list of Conditions (on each FramePulse event, until all conditions are met).
Events broadcasted to listeners
-
ConditionEvent with type:
CONDITION_MET
Summary
Instance methods
-
registerCondition
(inCondition:Condition) : void
- Registers a Condition to be evaluated on each frame pulse.
-
unRegisterCondition
(inCondition:Condition) : void
- Unregisters a condition.
-
reset
() : void
- Clears the list of Conditions.
Instance methods
registerCondition
function registerCondition(inCondition:Condition) : void
Registers a Condition to be evaluated on each frame pulse.
Parameters
inCondition:condition to be checked
reset
function reset() : void
Clears the list of Conditions.
unRegisterCondition
function unRegisterCondition(inCondition:Condition) : void
Unregisters a condition.
Parameters
inCondition:condition to be removed from checking