com.vaadin.addon.jpacontainer
Class JPAContainer.ItemUpdatedEvent

java.lang.Object
  extended by com.vaadin.addon.jpacontainer.JPAContainer.ItemEvent
      extended by com.vaadin.addon.jpacontainer.JPAContainer.ItemUpdatedEvent
All Implemented Interfaces:
com.vaadin.data.Container.ItemSetChangeEvent, Serializable
Enclosing class:
JPAContainer<T>

public final class JPAContainer.ItemUpdatedEvent
extends JPAContainer.ItemEvent

Event indicating that an item has been updated inside the container.

Since:
1.0
Author:
Petter Holmström (Vaadin Ltd)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vaadin.addon.jpacontainer.JPAContainer.ItemEvent
itemId
 
Constructor Summary
protected JPAContainer.ItemUpdatedEvent(Object itemId)
           
 
Method Summary
 
Methods inherited from class com.vaadin.addon.jpacontainer.JPAContainer.ItemEvent
getContainer, getItemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAContainer.ItemUpdatedEvent

protected JPAContainer.ItemUpdatedEvent(Object itemId)


Copyright © 2013 Vaadin Ltd. All rights reserved.