Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
plist::CollectionListener Class ReferenceIf 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...
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 121 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. Reimplemented in KinematicJoint::ComponentsListener, PhysicsBody::ComponentListener, and plist::AutoCollectionListener. Definition at line 128 of file plistBase.h.
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.
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 |