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

ReturnNameDescription
voidstartStarts the object (e.g. begins processing or listening).
voidstopStops 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).