#include <MediumListener.h>

Public Member Functions | |
| MediumListener (Game *game) | |
| void | clicked () |
| A method to deal with action events. | |
| string | toString () const |
| Returns a textual representation. | |
| string | className () const |
| Returns the class name of the object. | |
| enum classId | classId () const |
| Returns the class id of the object. | |
Private Attributes | |
| Game * | game |
Shuts down the game
| MediumListener::MediumListener | ( | Game * | game | ) |
| void MediumListener::clicked | ( | ) | [virtual] |
A method to deal with action events.
Every ButtonListener must implement this method to receive and process action events. Those will usually be sent by the MouseListener which calls this method.
Implements ButtonListener.
| string MediumListener::toString | ( | ) | const [virtual] |
| string MediumListener::className | ( | ) | const [virtual] |
| enum classId MediumListener::classId | ( | ) | const [virtual] |
Game* MediumListener::game [private] |
1.5.6