|
Interface for classes that define how an application get stopped. More...
#include <ArmarXCore/util/ScenarioManagerCommon/executor/StopStrategy.h>
Public Member Functions | |
virtual void | stop (Data_Structure::ApplicationInstancePtr application)=0 |
Stops an application. More... | |
StopStrategy (ApplicationStopperPtr stopper) | |
Protected Attributes | |
ApplicationStopperPtr | stopper |
Interface for classes that define how an application get stopped.
Definition at line 22 of file StopStrategy.h.
StopStrategy | ( | ApplicationStopperPtr | stopper | ) |
Definition at line 32 of file StopStrategy.cpp.
|
pure virtual |
Stops an application.
Implement this method to define the behaviour when stopping applications.
application | application to be stopped. |
Implemented in StopAndKill, Stop, and Kill.
|
protected |
Definition at line 25 of file StopStrategy.h.