| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
plist::CollectionListener Class Reference#include <plistBase.h>
Inheritance diagram for plist::CollectionListener: ![]() Detailed DescriptionIf 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 106 of file plistBase.h.
Member Function Documentation
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 113 of file plistBase.h.
This will be called whenever an entry is added to the collection.
Definition at line 109 of file plistBase.h.
This will be called whenever an entry is added to the collection.
Definition at line 111 of file plistBase.h.
The documentation for this class was generated from the following file: | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Wed Oct 4 00:05:22 2006 by Doxygen 1.4.7 |