Contents

enable

Enable event source.

Declaration

virtual void enable();

Overview

A subclass implementation is expected to respect the enabled state when checkForWork is called. Calling this function will cause the work-loop to be signalled so that a checkForWork is performed.

See Also

Miscellaneous