Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

plist::CollectionListener Class Reference

#include <plistBase.h>

Inheritance diagram for plist::CollectionListener:

Inheritance graph
[legend]
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 111 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.


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

Tekkotsu v3.0
Generated Fri May 11 20:09:06 2007 by Doxygen 1.4.7