Package muntjac :: Package data :: Module container :: Class IPropertySetChangeListener
[hide private]
[frames] | no frames]

Class IPropertySetChangeListener

source code

object --+
         |
        IPropertySetChangeListener
Known Subclasses:

The listener interface for receiving IPropertySetChangeEvent objects.

A property set change means the addition, removal or other structural change of the properties (supported property IDs) of a container. Changes concerning the set of items in the container and their property values are not property set changes.

Instance Methods [hide private]
 
containerPropertySetChange(self, event)
Notifies this listener that the set of property IDs supported by the IContainer has changed.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

containerPropertySetChange(self, event)

source code 

Notifies this listener that the set of property IDs supported by the IContainer has changed.

Parameters:
  • event - Change event.