Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IListenerUpdate.hpp
Go to the documentation of this file.
1
#ifndef LIBS_GUI_ILISTENERUPDATE_HPP_
2
#define LIBS_GUI_ILISTENERUPDATE_HPP_
3
4
class
IListenerUpdate
5
{
6
public
:
7
virtual
~IListenerUpdate
() =
default
;
8
9
virtual
void
update
() = 0;
10
};
11
12
#endif
/* LIBS_GUI_ILISTENERUPDATE_HPP_ */
IListenerUpdate
Definition
IListenerUpdate.hpp:5
IListenerUpdate::~IListenerUpdate
virtual ~IListenerUpdate()=default
IListenerUpdate::update
virtual void update()=0
src
ui
gui
IListenerUpdate.hpp
Generated by
1.12.0