| Package | org.spicefactory.lib.util |
| Class | public class DelayedDelegateChain |
| Inheritance | DelayedDelegateChain DelegateChain Delegate Object |
| Method | Defined By | ||
|---|---|---|---|
DelayedDelegateChain(delay:int)
Creates a new instance. | DelayedDelegateChain | ||
![]() | addDelegate(com:Delegate):void
Adds the specified Delegate to this DelegateChain. | DelegateChain | |
![]() | clear():void
Removes all Delegates from this DelegateChain. | DelegateChain | |
![]() |
Creates a clone of this DelegateChain. | DelegateChain | |
![]() | invoke():*
Invokes the Delegate. | Delegate | |
![]() | isEmpty():Boolean
Checks whether this DelegateChain is empty (does not contain any Delegate). | DelegateChain | |
![]() | removeDelegate(com:Delegate):void
Removes the specified Delegate from this DelegateChain. | DelegateChain | |