Base class for classes that want to receive events from a window (for internal use only) More...
#include <WindowListener.hpp>
Public Member Functions | |
virtual void | OnEvent (const Event &EventReceived)=0 |
Called each time an event is received from attached window. | |
Protected Member Functions | |
virtual | ~WindowListener () |
Destructor. | |
Base class for classes that want to receive events from a window (for internal use only)
Definition at line 42 of file WindowListener.hpp.
|
inlineprotectedvirtual |
Destructor.
Definition at line 60 of file WindowListener.hpp.
|
pure virtual |
Called each time an event is received from attached window.
EventReceived | : Event received |