#include <StateChangeNotifierInterface.h>

Public Member Functions | |
| virtual | ~StateChangeNotifierInterface () |
| virtual void | addListener (StateChangeListenerInterface *const listener)=0 throw (OutOfMemoryException) |
| virtual void | removeListener (StateChangeListenerInterface *const listener)=0 |
| virtual tecplot::toolbox::StateChangeNotifierInterface::~StateChangeNotifierInterface | ( | ) | [inline, virtual] |
| virtual void tecplot::toolbox::StateChangeNotifierInterface::addListener | ( | StateChangeListenerInterface *const | listener | ) | throw (OutOfMemoryException) [pure virtual] |
Implemented in tecplot::toolbox::StateChangeNotifier.
| virtual void tecplot::toolbox::StateChangeNotifierInterface::removeListener | ( | StateChangeListenerInterface *const | listener | ) | [pure virtual] |
Implemented in tecplot::toolbox::StateChangeNotifier.
1.5.5