Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IListenerClose.hpp
Go to the documentation of this file.
1#ifndef LIBS_GUI_ILISTENERCLOSE_HPP_
2#define LIBS_GUI_ILISTENERCLOSE_HPP_
3
5{
6public:
7 virtual ~IListenerClose() = default;
8
9 virtual void processClose() = 0;
10};
11
12#endif /* LIBS_GUI_ILISTENERCLOSE_HPP_ */
Definition IListenerClose.hpp:5
virtual ~IListenerClose()=default
virtual void processClose()=0