Interface for listeners of DfpnSolver. More...
#include <DfpnSolver.hpp>
Public Member Functions | |
virtual | ~DfpnListener () |
virtual void | StateSolved (const DfpnHistory &history, const DfpnData &data)=0 |
Called when a state is solved. |
Interface for listeners of DfpnSolver.
Definition at line 381 of file DfpnSolver.hpp.
virtual DfpnListener::~DfpnListener | ( | ) | [virtual] |
virtual void DfpnListener::StateSolved | ( | const DfpnHistory & | history, | |
const DfpnData & | data | |||
) | [pure virtual] |
Called when a state is solved.