| GScheduledTask |
Class for tracking scheduled GTasks.
|
| GTaskGroup |
Class for grouping several GTasks that all should be
executed before any new group of tasks are
executed, regardless of priority.
|
| GTaskListenerAdapter |
A Dummy implementation to that listeners can subclass this and not have to fill in methods they
don't need.
|
| GTaskManager |
Class for managing a queue of tasks to be executed, one at a time, in priority order.
|
| GTaskManagerFactory |
Factory class managing a single GTaskManager for an UndoableDomainObject.
|
| GTaskManagerPanel |
Main component for managing and viewing the state of a GTaskManager.
|
| GTaskMonitor |
Implementation of a TaskMontor that can be "attached" to a GProgressBar.
|
| GTaskResult |
Class to represent the result state of a GTask, such as whether it was cancelled or an exception
happened.
|