#include <ExecutionObserver.h>

| Public Member Functions | |
| virtual void | actionStarted (const AspFluent &action)=0 throw () | 
| virtual void | actionTerminated (const AspFluent &action)=0 throw () | 
| virtual | ~ExecutionObserver () | 
Definition at line 11 of file ExecutionObserver.h.
| virtual actasp::ExecutionObserver::~ExecutionObserver | ( | ) |  [inline, virtual] | 
Definition at line 16 of file ExecutionObserver.h.
| virtual void actasp::ExecutionObserver::actionStarted | ( | const AspFluent & | action | ) | throw ()  [pure virtual] | 
Implemented in Observer, Observer, Observer, bwi_krexec::TimeReward< State >, and bwi_krexec::QLearningActionSelector.
| virtual void actasp::ExecutionObserver::actionTerminated | ( | const AspFluent & | action | ) | throw ()  [pure virtual] | 
Implemented in Observer, Observer, Observer, bwi_krexec::TimeReward< State >, and bwi_krexec::QLearningActionSelector.