HDK
|
Event functor called when an archive is flushed from the cache. More...
#include <GABC_Util.h>
Public Member Functions | |
ArchiveEventHandler () | |
virtual | ~ArchiveEventHandler () |
bool | valid () const |
Return whether the event handler is wired up to an archive. More... | |
void | stopReceivingEvents () |
Call this method to no longer receive events. More... | |
virtual void | cleared (bool purged)=0 |
const void * | archive () const |
Event functor called when an archive is flushed from the cache.
Definition at line 157 of file GABC_Util.h.
|
inline |
Definition at line 160 of file GABC_Util.h.
|
inlinevirtual |
Definition at line 161 of file GABC_Util.h.
|
inline |
Methods used to access internal state
Definition at line 177 of file GABC_Util.h.
|
pure virtual |
This method is called when the archive is cleared. The handler will no longer receive any events after the archive is cleared.
void GABC_NAMESPACE::GABC_Util::ArchiveEventHandler::stopReceivingEvents | ( | ) |
Call this method to no longer receive events.
|
inline |
Return whether the event handler is wired up to an archive.
Definition at line 164 of file GABC_Util.h.