com.vaadin.data.util.sqlcontainer.


Class SQLContainer.ItemSetChangeEvent

java.lang.Object
  java.util.EventObject
      com.vaadin.data.util.sqlcontainer.SQLContainer.ItemSetChangeEvent

All Implemented Interfaces:

Container.ItemSetChangeEvent, Serializable

Enclosing class:

SQLContainer

public class SQLContainer.ItemSetChangeEvent
extends EventObject
implements Container.ItemSetChangeEvent

Simple ItemSetChangeEvent implementation.

See Also:

Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
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
 

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