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 115 of file plistBase.h.
Member Function Documentation
This will be called whenever an entry is added to the collection.
Definition at line 118 of file plistBase.h.
This will be called whenever an entry is added to the collection.
Definition at line 120 of file plistBase.h.
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 |