com.vaadin.data.util
Class AbstractContainer.BasePropertySetChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.data.util.AbstractContainer.BasePropertySetChangeEvent
All Implemented Interfaces:
Container.PropertySetChangeEvent, Serializable
Enclosing class:
AbstractContainer

protected static class AbstractContainer.BasePropertySetChangeEvent
extends EventObject
implements Container.PropertySetChangeEvent, Serializable

An event object specifying the container whose Property set has changed. This class does not provide information about which properties were concerned by the change, but subclasses can provide additional information about the changes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected AbstractContainer.BasePropertySetChangeEvent(Container source)
           
 
Method Summary
 Container getContainer()
          Retrieves the Container whose contents have been modified.
 
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.BasePropertySetChangeEvent

protected AbstractContainer.BasePropertySetChangeEvent(Container source)
Method Detail

getContainer

public Container getContainer()
Description copied from interface: Container.PropertySetChangeEvent
Retrieves the Container whose contents have been modified.

Specified by:
getContainer in interface Container.PropertySetChangeEvent
Returns:
Source Container of the event.


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