Code::Blocks
SVN r11506
|
Base abstract event functor class. More...
#include <cbfunctor.h>
Public Member Functions | |
virtual void | Call (EventType &event)=0 |
Public Member Functions inherited from IFunctorBase | |
virtual | ~IFunctorBase () |
virtual void * | GetThis ()=0 |
Base abstract event functor class.
All event functors must extend this interface.
Definition at line 30 of file cbfunctor.h.
|
pure virtual |
Implemented in cbEventFunctor< ClassType, EventType >.