Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::FXWaitable Class Reference

A base class for controlling sequenced / waitable events. More...

#include <FXWaitable.h>

Inheritance diagram for FXEX::FXWaitable::

FXEX::FXThreadedObject FXObject FXEX::FXCondition FXEX::FXInterlock List of all members.

Detailed Description

A base class for controlling sequenced / waitable events.

On activate()/activateALL() the main thread is sent a FOX event. This helps to reduce the complexity of synchronisation programming required by the application programmer.

Definition at line 37 of file FXWaitable.h.