#include <src/util/OutputBuffer.h>
Public Member Functions | |
virtual | ~OutputBufferListener () |
Private Member Functions | |
virtual void | outputChanged ()=0 |
Friends | |
class | OutputBuffer |
This class is pure virtual, so an inheriting class has to implement the function on it's own. The function get's called, if an instance of the inheriting class registers as a listener at an OutputBuffer and this buffer changes.
virtual orxonox::OutputBufferListener::~OutputBufferListener | ( | ) | [inline, virtual] |
virtual void orxonox::OutputBufferListener::outputChanged | ( | ) | [private, pure virtual] |
Implemented in orxonox::Shell.
friend class OutputBuffer [friend] |