com.vaadin.data
Interface Container.ItemSetChangeEvent

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractContainer.BaseItemSetChangeEvent, IndexedContainer.ItemSetChangeEvent, SQLContainer.ItemSetChangeEvent
Enclosing interface:
Container

public static interface Container.ItemSetChangeEvent
extends Serializable

An Event object specifying the Container whose Item set has changed (items added, removed or reordered). A simple property value change is not an item set change.


Method Summary
 Container getContainer()
          Gets the Property where the event occurred.
 

Method Detail

getContainer

Container getContainer()
Gets the Property where the event occurred.

Returns:
source of the event


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.