Sirikata
Public Member Functions
Sirikata::ProxyObjectListener Class Reference

Interface to listen for the destruction of a ProxyObject so one can discard any shared references to it. More...

#include <ProxyObject.hpp>

Inheritance diagram for Sirikata::ProxyObjectListener:

List of all members.

Public Member Functions

virtual ~ProxyObjectListener ()
virtual void validated (ProxyObjectPtr proxy)=0
virtual void invalidated (ProxyObjectPtr proxy, bool permanent)=0
virtual void destroyed (ProxyObjectPtr proxy)=0

Detailed Description

Interface to listen for the destruction of a ProxyObject so one can discard any shared references to it.


Constructor & Destructor Documentation

virtual Sirikata::ProxyObjectListener::~ProxyObjectListener ( ) [inline, virtual]

Member Function Documentation

virtual void Sirikata::ProxyObjectListener::destroyed ( ProxyObjectPtr  proxy) [pure virtual]
virtual void Sirikata::ProxyObjectListener::invalidated ( ProxyObjectPtr  proxy,
bool  permanent 
) [pure virtual]
virtual void Sirikata::ProxyObjectListener::validated ( ProxyObjectPtr  proxy) [pure virtual]

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