Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

plist::DictionaryListener Class Reference

#include <plist.h>

Inheritance diagram for plist::DictionaryListener:

Inheritance graph
[legend]
List of all members.

Detailed Description

If you wish to be notified any time an entry is added or removed from a Dictionary, inherit from this and implement one or both of the functions, then register it with the dictionary's Dictionary::addDictionaryListener().

Definition at line 62 of file plist.h.

Public Member Functions

virtual void plistDictionaryEntryAdded (Dictionary &, ObjectBase &)
 This will be called whenever an entry is added to the dictionary.
virtual void plistDictionaryEntryRemoved (Dictionary &, ObjectBase &)
 This will be called whenever an entry is added to the dictionary.


Member Function Documentation

virtual void plist::DictionaryListener::plistDictionaryEntryAdded Dictionary ,
ObjectBase
[inline, virtual]
 

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

Definition at line 65 of file plist.h.

virtual void plist::DictionaryListener::plistDictionaryEntryRemoved Dictionary ,
ObjectBase
[inline, virtual]
 

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

Definition at line 67 of file plist.h.


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

Tekkotsu v2.4.1
Generated Tue Aug 16 16:35:14 2005 by Doxygen 1.4.4