class TcActionEventObserver

ActionEvent observer class

Public Methods

TcActionEventObserver()
Constructor.
virtual ~TcActionEventObserver()
Destructor.
virtual void handleActionEvent(TcActionEvent *event)
All ActionEventObserver classes must implement this method.

Documentation

ActionEvent observer class. Clients may wish to specify observers of a given ActionEvent. They may do so by inheriting from this class and implementing the handleActionEvent method. The management of observer to ActionEvent mappings is left to the client. Clients must store a list of observers for a given ActionEvent. Upon triggering that ActionEvent via the doEvent call, they must iterate through the observer list for that event, and call handleActionEvent. The event instance is passed as argument to this method. This may be handled by the ActionEvent itself in the future.
TcActionEventObserver()
Constructor.

virtual ~TcActionEventObserver()
Destructor.

virtual void handleActionEvent(TcActionEvent *event)
All ActionEventObserver classes must implement this method.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de