#include <freControllerNotificator.h>
Static Public Member Functions | |
| static void | TriggerProgressEvent (const IDPath &senderID, const ProgressCtrlEventBase::StatusID status, const std::string &sComment, SessionComponentCache *pSender, long threadID) |
| static bool | TriggerCallback (const IDPath &senderID, CallbackCtrlEventBase::CallbackType callbackID, void *pData, SessionComponentCache *pSender, long threadID) |
This class avoids the including of the ControllerCentral header in the ControllerBase header.
Definition at line 36 of file freControllerNotificator.h.
| void FREE::ControllerNotificator::TriggerProgressEvent | ( | const IDPath & | senderID, | |
| const ProgressCtrlEventBase::StatusID | status, | |||
| const std::string & | sComment, | |||
| SessionComponentCache * | pSender, | |||
| long | threadID | |||
| ) | [static] |
Implementation of FREE::ControllerNotificator //////////////////////
Definition at line 35 of file freControllerNotificator.cxx.
References FREE::ControllerCentral::TriggerControllerProgressEvent().
Referenced by FREE::ComponentControllerBase< TControlledComponent >::NotifyProgress().

| bool FREE::ControllerNotificator::TriggerCallback | ( | const IDPath & | senderID, | |
| CallbackCtrlEventBase::CallbackType | callbackID, | |||
| void * | pData, | |||
| SessionComponentCache * | pSender, | |||
| long | threadID | |||
| ) | [static] |
Definition at line 45 of file freControllerNotificator.cxx.
References FREE::ControllerCentral::TriggerControllerCallback().
Referenced by FREE::ComponentControllerBase< TControlledComponent >::MakeCallback().

1.5.3 written by Dimitri van Heesch,
© 1997-2000