#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|