QSDK 1.1 Documentation
Main Page | Modules | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

Q::ResidencyListener Struct Reference
[User Event Listeners]

Loading event interface. More...

#include <Q/q.h>

List of all members.

Public Member Functions

virtual ~ResidencyListener ()
virtual void onLoaded (Object &object)=0


Detailed Description

Loading event interface.

This is the base class for objects which can receive loading events generated by Object::adviseResidency. Applications should create derived classes of ResidencyListener and pass them in the call to Object::adviseResidency to receive events.


Constructor & Destructor Documentation

virtual Q::ResidencyListener::~ResidencyListener  )  [inline, virtual]
 

Define a virtual destructor since the object has virtual methods.


Member Function Documentation

virtual void Q::ResidencyListener::onLoaded Object object  )  [pure virtual]
 

Called when object is loaded.

Return to QSDK documentation Contents page. Contact details for support, information and fault-reporting.
Qube Software Limited © 2000-2004