ldas-tools-al 2.6.4
|
Class to handle stream callbacks. More...
#include <Log.hh>
Public Member Functions | |
virtual | ~StreamCBInterface () |
virtual void | OnClose ()=0 |
Action to be performed when the stream is closed. More... | |
virtual void | OnOpen ()=0 |
Action to be performed when the stream is opened. More... | |
Class to handle stream callbacks.
This abstaction class defines the interface for any class that is to be used as a callback on a stream.
|
virtual |
|
pure virtual |
Action to be performed when the stream is closed.
Implemented in LDASTools::AL::LogCB.
|
pure virtual |
Action to be performed when the stream is opened.
Implemented in LDASTools::AL::LogCB.