Package | Description |
---|---|
provided.client.model.taskUtils |
Utilities for managing tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
SingletonTaskFactoryLoader
An implementation of ITaskFactoryLoader that loads ITaskFactory instances defined by a
singleton object in a static field of the desired ITask class called "FACTORY".
If this loader attempts to load a non-existent ITask class, an internally-defined ErrorTask instance will be returned. |
Modifier and Type | Field and Description |
---|---|
static ITaskFactoryLoader |
SingletonTaskFactoryLoader.SINGLETON
Singleton instance of this class
|