Base module
Startable
Abstract interface for a classes that can be started and stopped.
Startable
#include <icy/interface.h>Subclassed by:
ThreadedStreamReader,ICapture,FormWriter
Abstract interface for a classes that can be started and stopped.
Public Methods
| 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). |
start
void start()Starts the object (e.g. begins processing or listening).
stop
void stop()Stops the object (e.g. halts processing or closes resources).
