org.millstone.base.data
Interface Container.PropertySetChangeListener

All Known Implementing Classes:
Select
Enclosing interface:
Container

public static interface Container.PropertySetChangeListener

The listener interface for receiving PropertySetChangeEvent objects.


Method Summary
 void containerPropertySetChange(Container.PropertySetChangeEvent event)
          Notifies this listener that the Containers contents has changed.
 

Method Detail

containerPropertySetChange

public void containerPropertySetChange(Container.PropertySetChangeEvent event)
Notifies this listener that the Containers contents has changed.

Parameters:
event - Change event.


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.