wex
v21.04.0
|
This event handler class must be subclassed and passed in to the queue thread constructor (in order to process events of type E). More...
#include <wex/queue-thread.h>
Public Member Functions | |
virtual void | process (std::unique_ptr< E > &event)=0 |
This method must be overridden to take care that the event is processed. | |
This event handler class must be subclassed and passed in to the queue thread constructor (in order to process events of type E).