![]() |
Base class for launching and handling ARCS applications. More...
#include <arcsappmode.h>


Public Member Functions | |
| ARCSAppMode (ARCSProcess *parent) | |
| virtual void | startHook ()=0 |
| Hook for starting applications Subclasses should reimplement this. | |
| virtual void | tokenHook ()=0 |
| Hook for handling tokens Subclasses should reimplement this. | |
| virtual void | stopHook ()=0 |
| Hook for stopping applications Subclasses should reimplement this. | |
Protected Member Functions | |
| ARCSProcess * | parent () |
Base class for launching and handling ARCS applications.
Definition at line 45 of file arcsappmode.h.
1.8.9.1