plist::DictionaryListener Class Reference#include <plist.h>
Inheritance diagram for plist::DictionaryListener:
[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.
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:
|