Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

plist::CollectionListener Class Reference

#include <plistBase.h>

Inheritance diagram for plist::CollectionListener:

List of all members.


Detailed Description

If you wish to be notified any time an entry is added, removed, or replaced from a Dictionary, Array, or Vector, inherit from this and implement one or both of the functions, then register it with the collection's addCollectionListener().

Definition at line 115 of file plistBase.h.


Public Member Functions

virtual void plistCollectionEntryAdded (Collection &, ObjectBase &)
 This will be called whenever an entry is added to the collection.
virtual void plistCollectionEntryRemoved (Collection &, ObjectBase &)
 This will be called whenever an entry is added to the collection.
virtual void plistCollectionEntriesChanged (Collection &)
 This will be called whenever an entry is replaced, or multiple entries are added/removed at once, such as when an assignment occurs.

Member Function Documentation

virtual void plist::CollectionListener::plistCollectionEntryAdded ( Collection ,
ObjectBase  
) [inline, virtual]

This will be called whenever an entry is added to the collection.

Definition at line 118 of file plistBase.h.

virtual void plist::CollectionListener::plistCollectionEntryRemoved ( Collection ,
ObjectBase  
) [inline, virtual]

This will be called whenever an entry is added to the collection.

Definition at line 120 of file plistBase.h.

virtual void plist::CollectionListener::plistCollectionEntriesChanged ( Collection  )  [inline, virtual]

This will be called whenever an entry is replaced, or multiple entries are added/removed at once, such as when an assignment occurs.

Definition at line 122 of file plistBase.h.


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

Tekkotsu v4.0
Generated Thu Nov 22 00:58:52 2007 by Doxygen 1.5.4