Kaim::IOnDone Class Reference

Kaim::IOnDone Class Referenceabstract

#include <iquery.h>

Class Description

Small interface class that you have to derive from and set to an IQuery to get the IOnDone::OnDone() function called during the World::Update() (in FlushQueries() step) if the query has been completed.

Note that this function is not called if the query is canceled.

Inherits Kaim::RefCountBase< C, Stat >.

Inherited by Kaim::LivePathOnPathCalculated.

Public Member Functions

virtual ~IOnDone ()
 
virtual void OnDone ()=0
 

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