NCBI C++ ToolKit
|
#include <util/bitset/ncbi_bitset.hpp>
#include <gui/utils/app_job.hpp>
#include <gui/utils/event_handler.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | IAppJobEngineListener |
IAppJobEngineListener - receives notifications about changes in job state. More... | |
class | CAppJobException |
IAppJobListener Interface for components that need to be notified about changes in Jobs. More... | |
class | CAppJobDispatcher |
CAppJobDispatcher. More... | |
struct | CAppJobDispatcher::SJobRecord |
SJobRecord describes a Job registered in Dispatcher. More... | |
struct | CAppJobDispatcher::SQueueItem |
SQueueItem - element of the Polling Queue. More... | |
struct | CAppJobDispatcher::SJobStateEvent |
class | CAppJobNotification |
CAppJobNotification Notification send by CAppJobEventTranslator. More... | |
class | CAppJobEventTranslator |
CAppJobEventTranslator Standard Listener that generates notification events. More... | |