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 |
checkForAndHandleCompletion() — method, class com.rosettastone.library.taskmanager.ObserverTask |
| |
checkForTaskCompletion() — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask |
| |
clone() — method, class com.rosettastone.library.taskmanager.events.TaskEvent |
| |
clone() — method, class com.rosettastone.library.taskmanager.events.TaskManagerEvent |
| |
complete(message:String, data:any) — method, class com.rosettastone.library.taskmanager.InterruptibleStubTask |
|
Instructs Task to complete itself. |
complete() — method, class com.rosettastone.library.taskmanager.SleepTask |
|
Stop sleeping and complete Task. |
complete(message:String, data:any) — method, class com.rosettastone.library.taskmanager.StubTask |
|
Instructs Task to complete itself. |
_complete — Property, class com.rosettastone.library.taskmanager.Task |
| |
COMPLETE — Constant Static Property, class com.rosettastone.library.taskmanager.events.TaskEvent |
| |
COMPLETE — Constant Static Property, class com.rosettastone.library.taskmanager.events.TaskManagerEvent |
| |
completed — Property, class com.rosettastone.library.taskmanager.AbstractTaskManager |
|
There are no pending or active Tasks. |
_completeHandlers — Property, class com.rosettastone.library.taskmanager.Task |
| |
CompositeTask — class, package com.rosettastone.library.taskmanager |
|
Wraps a set of ITasks and executes them in parallel or serial, as specified by a boolean constructor arg. |
CompositeTask(tasksOrFunctions:Array, executeTaskInParallel:Boolean, taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.CompositeTask |
|
Constructor
|
com.rosettastone.library.taskmanager — package |
|
The Task Manager framework provides an easy mechanism for constructing and executing complex sequences of operations.
|
com.rosettastone.library.taskmanager.events — package |
|
This package contains classes that define events used by the Task Manager framework.
|
currentSerialTask — Property, class com.rosettastone.library.taskmanager.AbstractCompositeTask |
|
References the Task that is currently running (if this CompositeTask has been told to execute in serial). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.EventHandlingTask |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.FactoryTask |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.InterruptibleDecoratorTask |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.InterruptibleStubTask |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.InterruptibleTask |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.PlaySoundTask |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.RetryOnFailureDecoratorTask |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.SleepTask |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.TaskWithTimeout |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.URLRequestTask |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.WaitForUIInitialization |
|
Sub-classes should override this method to implement interruption behavior (removing event listeners, pausing objects, etc.). |
customInterrupt() — method, class com.rosettastone.library.taskmanager.WaitTask |
| |
customReset() — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask |
|
Override this method to perform any custom reset operations. |
customReset() — method, class com.rosettastone.library.taskmanager.AbstractTaskManager |
|
Override this method to perform any custom reset operations. |
customReset() — method, class com.rosettastone.library.taskmanager.EventHandlingTask |
|
Override this method to perform any custom reset operations. |
customReset() — method, class com.rosettastone.library.taskmanager.FactoryTask |
|
Override this method to perform any custom reset operations. |
customReset() — method, class com.rosettastone.library.taskmanager.InterruptibleDecoratorTask |
|
Override this method to perform any custom reset operations. |
customReset() — method, class com.rosettastone.library.taskmanager.RetryOnFailureDecoratorTask |
|
Override this method to perform any custom reset operations. |
customReset() — method, class com.rosettastone.library.taskmanager.Task |
|
Override this method to perform any custom reset operations. |
customRun() — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.AbstractTaskManager |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.EventHandlingTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.FactoryTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.InnocuousTaskDecorator |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.InterruptibleDecoratorTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.InterruptibleStubTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.ObserverTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.PlaySoundTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.RetryOnFailureDecoratorTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.SleepTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.StubTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.SynchronousTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.Task |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.TaskWithClosure |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.TaskWithTimeout |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.URLRequestTask |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.WaitForUIInitialization |
|
Override this method to give your Task functionality. |
customRun() — method, class com.rosettastone.library.taskmanager.WaitTask |
| |
customRunFunction — Property, class com.rosettastone.library.taskmanager.TaskWithClosure |
|
Function to be executed when this Task is run
|
customRunHook() — method, class com.rosettastone.library.taskmanager.SynchronousTask |
|
Synchronous run method. |
|
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 |