A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
WaitForUIInitialization — class, package com.rosettastone.library.taskmanager
Convenience task for waiting until a specified UIComponent has initialized.
WaitForUIInitialization(uiComponent:mx.core:UIComponent, taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.WaitForUIInitialization
Constructor.
WaitTask — class, package com.rosettastone.library.taskmanager
Task that delays for a specified time before completion.
WaitTask(duration:int, restartTimerAfterInterruption:Boolean, taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.WaitTask
Constructor.
withCompleteHandler(completeHandler:Function) — method, interface com.rosettastone.library.taskmanager.ITask
Although tasks dispatch TaskEvents to indicate completion, this method may also be used for notification purposes.
withCompleteHandler(completeHandler:Function) — method, class com.rosettastone.library.taskmanager.Task
Although tasks dispatch TaskEvents to indicate completion, this method may also be used for notification purposes.
withErrorHandler(errorHandler:Function) — method, interface com.rosettastone.library.taskmanager.ITask
Although tasks dispatch TaskEvents to indicate failure, this method may also be used for notification purposes.
withErrorHandler(errorHandler:Function) — method, class com.rosettastone.library.taskmanager.Task
Although tasks dispatch TaskEvents to indicate failure, this method may also be used for notification purposes.
withFinalHandler(finalHandler:Function) — method, interface com.rosettastone.library.taskmanager.ITask
This handler is invoked upon either success or failure of the Task.
withFinalHandler(finalHandler:Function) — method, class com.rosettastone.library.taskmanager.Task
This handler is invoked upon either success or failure of the Task.
withInterruptionHandler(interruptionHandler:Function) — method, interface com.rosettastone.library.taskmanager.IInterruptibleTask
Although Tasks dispatch TaskEvents to indicate interruption this method may also be used for notification purposes.
withInterruptionHandler(interruptionHandler:Function) — method, class com.rosettastone.library.taskmanager.Task
withStartedHandler(startedHandler:Function) — method, interface com.rosettastone.library.taskmanager.ITask
Although tasks dispatch TaskEvents to indicate starting, this method may also be used for notification purposes.
withStartedHandler(startedHandler:Function) — method, class com.rosettastone.library.taskmanager.Task
Although tasks dispatch TaskEvents to indicate starting, this method may also be used for notification purposes.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z