org.millstone.base.data
Interface Item.PropertySetChangeListener

Enclosing interface:
Item

public static interface Item.PropertySetChangeListener

The listener interface for receiving PropertySetChangeEvent objects.


Method Summary
 void itemPropertySetChange(Item.PropertySetChangeEvent event)
          Notifies this listener that the Item's property set has changed.
 

Method Detail

itemPropertySetChange

public void itemPropertySetChange(Item.PropertySetChangeEvent event)
Notifies this listener that the Item's property set has changed.

Parameters:
event - Property set change event object


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