Packageorg.spicefactory.lib.util
Classpublic class DelayedDelegateChain
InheritanceDelayedDelegateChain Inheritance DelegateChain Inheritance Delegate Inheritance Object

A type of DelegateChain that invokes the Delegates after a specified delay.



Public Methods
 MethodDefined By
  
Creates a new instance.
DelayedDelegateChain
 Inherited
Adds the specified Delegate to this DelegateChain.
DelegateChain
 Inherited
clear():void
Removes all Delegates from this DelegateChain.
DelegateChain
 Inherited
Creates a clone of this DelegateChain.
DelegateChain
 Inherited
invoke():*
Invokes the Delegate.
Delegate
 Inherited
isEmpty():Boolean
Checks whether this DelegateChain is empty (does not contain any Delegate).
DelegateChain
 Inherited
Removes the specified Delegate from this DelegateChain.
DelegateChain
Constructor Detail
DelayedDelegateChain()Constructor
public function DelayedDelegateChain(delay:int)

Creates a new instance.

Parameters
delay:int — the delay in milliseconds after which this chain will execute