com.vaadin.data.util
Class AbstractContainer.BaseItemSetChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.data.util.AbstractContainer.BaseItemSetChangeEvent
All Implemented Interfaces:
Container.ItemSetChangeEvent, Serializable
Direct Known Subclasses:
IndexedContainer.ItemSetChangeEvent
Enclosing class:
AbstractContainer

protected static class AbstractContainer.BaseItemSetChangeEvent
extends EventObject
implements Container.ItemSetChangeEvent, Serializable

An event object specifying the container whose Item set has changed. This class does not provide information about the exact changes performed, but subclasses can add provide additional information about the changes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected AbstractContainer.BaseItemSetChangeEvent(Container source)
           
 
Method Summary
 Container getContainer()
          Gets the Property where the event occurred.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractContainer.BaseItemSetChangeEvent

protected AbstractContainer.BaseItemSetChangeEvent(Container source)
Method Detail

getContainer

public Container getContainer()
Description copied from interface: Container.ItemSetChangeEvent
Gets the Property where the event occurred.

Specified by:
getContainer in interface Container.ItemSetChangeEvent
Returns:
source of the event


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