BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Main Page
Related Pages
Data Structures
Files
File List
src
core
CommandDispatcherListener.h
1
#pragma once
2
3
#include <Poco/SharedPtr.h>
4
5
#include "core/Command.h"
6
7
namespace
BeeeOn {
8
12
class
CommandDispatcherListener
{
13
public
:
14
typedef
Poco::SharedPtr<CommandDispatcherListener> Ptr;
15
16
CommandDispatcherListener
();
17
18
virtual
~
CommandDispatcherListener
();
19
20
virtual
void
onDispatch(
const
Command::Ptr cmd) = 0;
21
};
22
23
}
BeeeOn::CommandDispatcherListener
Definition:
CommandDispatcherListener.h:12
Generated by
1.8.5