Scopira  20080306
scopira::core::sidekick_reactor_i Class Referenceabstract

#include <sidekick.h>

Public Member Functions

virtual void react_sidekick_notify (sidekick_i *t)=0
 
virtual void react_sidekick_done (sidekick_i *t)=0
 

Detailed Description

Something that listens to sidekick-related events.

Author
Aleksander Demko

Member Function Documentation

◆ react_sidekick_done()

virtual void scopira::core::sidekick_reactor_i::react_sidekick_done ( sidekick_i t)
pure virtual

This is called upon completion of the sidekick.

Note that this will be called from the worker thread, possibly without any gui locks!

Author
Aleksander Demko

◆ react_sidekick_notify()

virtual void scopira::core::sidekick_reactor_i::react_sidekick_notify ( sidekick_i t)
pure virtual

This is called when the sidekick calls the notify function.

Note that this will be called from the worker thread, possibly without any gui locks!

Author
Aleksander Demko

The documentation for this class was generated from the following file: