HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GABC_NAMESPACE::GABC_Util::ArchiveEventHandler Class Referenceabstract

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 voidarchive () const
 

Detailed Description

Event functor called when an archive is flushed from the cache.

Definition at line 157 of file GABC_Util.h.

Constructor & Destructor Documentation

GABC_NAMESPACE::GABC_Util::ArchiveEventHandler::ArchiveEventHandler ( )
inline

Definition at line 160 of file GABC_Util.h.

virtual GABC_NAMESPACE::GABC_Util::ArchiveEventHandler::~ArchiveEventHandler ( )
inlinevirtual

Definition at line 161 of file GABC_Util.h.

Member Function Documentation

const void* GABC_NAMESPACE::GABC_Util::ArchiveEventHandler::archive ( ) const
inline

Methods used to access internal state

Definition at line 177 of file GABC_Util.h.

virtual void GABC_NAMESPACE::GABC_Util::ArchiveEventHandler::cleared ( bool  purged)
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.

bool GABC_NAMESPACE::GABC_Util::ArchiveEventHandler::valid ( ) const
inline

Return whether the event handler is wired up to an archive.

Definition at line 164 of file GABC_Util.h.


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