
Event that carries a string
This event class may be used to pass text or command messages to listeners.
Public Member Functions | |
| Event (TextDispatcher *src) | |
| creates a new event. | |
| TextDispatcher * | getSource () const |
| provides access to the source of the event. | |
| const string & | getText () const |
| TextEvent (TextDispatcher *src, const string &t) | |
|
||||||||||||
|
|
|
|
creates a new event.
|
|
|
provides access to the source of the event.
The source of an event is the
|
|
|
|
1.4.3