Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

plist::CollectionListener Class Reference

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(). More...

#include <plistBase.h>

Inheritance diagram for plist::CollectionListener:

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 121 of file plistBase.h.

List of all members.

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  )  [virtual]

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

Reimplemented in KinematicJoint::ComponentsListener, PhysicsBody::ComponentListener, and plist::AutoCollectionListener.

Definition at line 128 of file plistBase.h.

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

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

Reimplemented in PhysicsBody::ComponentListener, and plist::AutoCollectionListener.

Definition at line 124 of file plistBase.h.

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

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

Reimplemented in PhysicsBody::ComponentListener, and plist::AutoCollectionListener.

Definition at line 126 of file plistBase.h.


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:24 2016 by Doxygen 1.6.3