Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
Event handler interface. More...
#include <IEventJob.h>
Public Member Functions | |
virtual void | run (const Event &)=0 |
Run the job. | |
Public Member Functions inherited from IInterface | |
virtual | ~IInterface ()=default |
Interface destructor does nothing. |
Event handler interface.
An event job is an interface for executing a event handler.
|
pure virtual |
Run the job.
Implemented in FunctionEventJob.