org.millstone.base.data
Interface Container.PropertySetChangeEvent

Enclosing interface:
Container

public static interface Container.PropertySetChangeEvent

An Event object specifying the Container whose Property set has changed. Note that these events are triggered only through succesful calls to the addProperty and removeProperty methods in the Container.Managed interface.


Method Summary
 Container getContainer()
          Retrieves the Container whose contents have been modified.
 

Method Detail

getContainer

public Container getContainer()
Retrieves the Container whose contents have been modified.

Returns:
Source Container of the event.


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