#include <icy/interface.h>Subclassed by:
ThreadedStreamReader,ICapture,FormWriter
Abstract interface for a classes that can be started and stopped.
| Return | Name | Description |
|---|---|---|
void | start | Starts the object (e.g. begins processing or listening). |
void | stop | Stops the object (e.g. halts processing or closes resources). |
void start()Starts the object (e.g. begins processing or listening).
void stop()Stops the object (e.g. halts processing or closes resources).