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 106 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::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 113 of file plistBase.h.

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

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

Definition at line 109 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 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