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