#include <iquery.h>
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, and Kaim::QueryCounterOnDone.
Functions | |
virtual | ~IOnDone () |
virtual void | OnDone ()=0 |