AppTreeObj Class Reference

An application tree abstract base object. More...

Inheritance diagram for AppTreeObj:

IApplicationTreeObject AppTreeObjT< TParent > AppTreeObjT< TParent, TKey > List of all members.

Protected Member Functions

 AppTreeObj ()
 Protected ctor.
abstract void OnDispose ()
 Is called once at object deletion, when its internal Dispose method is called.
abstract void OnInit (InitContext initCtx)
 Is called once at object creation, whin its internal Init method is called.

Detailed Description

An application tree abstract base object.

Provides its decsendants with protected OnInit and OnDispose notifications, however doesn't support IDisposable interface to confine its Dispose method visibility as internal only.


Constructor & Destructor Documentation

AppTreeObj  )  [protected]
 

Protected ctor.


Member Function Documentation

abstract void OnDispose  )  [protected, pure virtual]
 

Is called once at object deletion, when its internal Dispose method is called.

abstract void OnInit InitContext  initCtx  )  [protected, pure virtual]
 

Is called once at object creation, whin its internal Init method is called.

Parameters:
initCtx InitContext data

Implemented in AppTreeObjT< TParent, TKey >.


Generated on Sun May 28 08:45:06 2006 for Acmx.Common documentation by  doxygen 1.4.5