org.millstone.base.data
Interface Item.PropertySetChangeEvent

Enclosing interface:
Item

public static interface Item.PropertySetChangeEvent

An Event object specifying the Item whose contents has been changed through the Property.Managed interface. Note that the values stored in the Properties may change without triggering this event.


Method Summary
 Item getItem()
          Retrieves the Item whose contents has been modified.
 

Method Detail

getItem

public Item getItem()
Retrieves the Item whose contents has been modified.

Returns:
source Item of the event


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