#include <GenericCommand.h>
Public Types | |
| typedef Target::Notification | Notification |
| typedef void(Target::* | Function )(Notification const &) |
Public Member Functions | |
| GenericCommand () | |
| GenericCommand (Function f, Notification const &n) | |
| ~GenericCommand () | |
| void | execute () |
Private Attributes | |
| Function | _func |
| Notification | _param |
|
|||||
|
|
|
|||||
|
|
|
|||||||||
|
|
|
||||||||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.4