#include <actionlistener.hpp>
Inheritance diagram for gcn::ActionListener:
To be able to listen for actions you must make a class which inherits from this class and implements the action function.
Definition at line 71 of file actionlistener.hpp.
Public Member Functions | |
virtual | ~ActionListener () |
Destructor. | |
virtual void | action (const std::string &eventId)=0 |
Called whan an action is recieved from a Widget. |
|
Called whan an action is recieved from a Widget. It is used to be able to recieve a notification that an action has occured.
Implemented in gcn::DropDown. |