EventInterface defines the interface for all events.
More...
#include <events.h>
EventInterface defines the interface for all events.
Definition at line 29 of file events.h.
◆ ~EventInterface()
virtual reactesp::EventInterface::~EventInterface |
( |
| ) |
|
|
virtualdefault |
Default virtual destructor.
◆ add()
virtual void reactesp::EventInterface::add |
( |
EventLoop * | event_loop | ) |
|
|
pure virtual |
◆ remove()
virtual void reactesp::EventInterface::remove |
( |
EventLoop * | event_loop | ) |
|
|
pure virtual |
◆ tick()
virtual void reactesp::EventInterface::tick |
( |
EventLoop * | event_loop | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: