SPAOP
|
An interface for a factory class that creates ConnectionTimers. More...
#include <ConnectionTimer.h>
Public Member Functions | |
virtual | ~Factory () |
Destructor. More... | |
virtual ConnectionTimer * | createConnectionTimer (int intervalMs)=0 |
Creates a new ConnectionTimer. More... | |
An interface for a factory class that creates ConnectionTimers.
This allows the code within namespace wonder to create new ConnectionTimers without knowing the actual implementation.
|
inlinevirtual |
Destructor.
|
pure virtual |
Creates a new ConnectionTimer.
intervalMs | The timer inverval in ms. |