Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IListenerTimer.hpp
Go to the documentation of this file.
1
#ifndef LIBS_GUI_ILISTENERTIMER_HPP_
2
#define LIBS_GUI_ILISTENERTIMER_HPP_
3
4
class
IListenerTimer
5
{
6
public
:
7
virtual
~IListenerTimer
() =
default
;
8
13
[[nodiscard]]
virtual
bool
execute
() = 0;
14
};
15
16
#endif
/* LIBS_GUI_ILISTENERTIMER_HPP_ */
IListenerTimer
Definition
IListenerTimer.hpp:5
IListenerTimer::execute
virtual bool execute()=0
Method to execute the timer.
IListenerTimer::~IListenerTimer
virtual ~IListenerTimer()=default
src
ui
gui
IListenerTimer.hpp
Generated by
1.12.0