GUI
EventListener.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 by Maciej Wiecierzewski
3  */
4 
5 #include "EventListener.h"
6 
7 using namespace gui;
8 
10 {
11  bind(function);
12 }
13 
15 {
16  func = function;
17 }
18 
20 {
21  func(event);
22 }