Deskflow
1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
IEventJob.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2012 - 2016 Symless Ltd.
4
* SPDX-FileCopyrightText: (C) 2004 Chris Schoeneman
5
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
6
*/
7
8
#pragma once
9
10
#include "
common/IInterface.h
"
11
12
class
Event
;
13
15
18
class
IEventJob
:
public
IInterface
19
{
20
public
:
22
virtual
void
run
(
const
Event
&) = 0;
23
};
IInterface.h
Event
Event.
Definition
Event.h:27
IEventJob
Event handler interface.
Definition
IEventJob.h:19
IEventJob::run
virtual void run(const Event &)=0
Run the job.
IInterface
Base class of interfaces.
Definition
IInterface.h:18
src
lib
base
IEventJob.h
Generated by
1.14.0