#include <TGo4TaskHandlerCommand.h>
Public Member Functions | |
TGo4TaskHandlerCommand () | |
TGo4TaskHandlerCommand (const char *name, const char *description) | |
virtual | ~TGo4TaskHandlerCommand () |
TGo4TaskHandlerCommand (const TGo4TaskHandlerCommand &right) | |
virtual Int_t | RefuseCom () |
Optional action if command is not allowed (warning message e.g. |
Definition at line 19 of file TGo4TaskHandlerCommand.h.
TGo4TaskHandlerCommand::TGo4TaskHandlerCommand | ( | ) |
Definition at line 29 of file TGo4TaskHandlerCommand.cxx.
TGo4TaskHandlerCommand::TGo4TaskHandlerCommand | ( | const char * | name, | |
const char * | description | |||
) |
Definition at line 19 of file TGo4TaskHandlerCommand.cxx.
TGo4TaskHandlerCommand::~TGo4TaskHandlerCommand | ( | ) | [virtual] |
Definition at line 41 of file TGo4TaskHandlerCommand.cxx.
TGo4TaskHandlerCommand::TGo4TaskHandlerCommand | ( | const TGo4TaskHandlerCommand & | right | ) |
Definition at line 45 of file TGo4TaskHandlerCommand.cxx.
Int_t TGo4TaskHandlerCommand::RefuseCom | ( | ) | [virtual] |
Optional action if command is not allowed (warning message e.g.
)
Reimplemented from TGo4Command.
Definition at line 50 of file TGo4TaskHandlerCommand.cxx.