26 #ifndef TBX_CLOSEWINDOWLISTENER_H_
27 #define TBX_CLOSEWINDOWLISTENER_H_
30 #include "eventinfo.h"
virtual void close_window(const EventInfo &ev)=0
Called when the close window request event is received by the window.
Class to provide information on a toolbox event.
Definition: eventinfo.h:48
Base class for all toolbox event listeners.
Definition: listener.h:33
Listener for the close window request message.
Definition: closewindowlistener.h:45