Command superclass for callback/observer methods. More...
#include <gdcmCommand.h>


Public Member Functions | |
| virtual void | Execute (Subject *caller, const Event &event)=0 |
| Abstract method that defines the action to be taken by the command. | |
| virtual void | Execute (const Subject *caller, const Event &event)=0 |
Protected Member Functions | |
| Command () | |
| ~Command () | |
Command superclass for callback/observer methods.
| gdcm::Command::Command | ( | ) | [protected] |
| gdcm::Command::~Command | ( | ) | [protected] |
Abstract method that defines the action to be taken by the command.
Implemented in gdcm::MemberCommand< T >, and gdcm::SimpleMemberCommand< T >.
Abstract method that defines the action to be taken by the command. This variant is expected to be used when requests comes from a const Object
Implemented in gdcm::MemberCommand< T >, and gdcm::SimpleMemberCommand< T >.
1.7.1