com.vaadin.addon.jpacontainer
Class JPAContainer.ProviderChangedEvent

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

public final class JPAContainer.ProviderChangedEvent
extends Object
implements com.vaadin.data.Container.ItemSetChangeEvent

Event fired when a EntityProviderChangeEvent is received by the container.

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

Constructor Summary
protected JPAContainer.ProviderChangedEvent(EntityProviderChangeEvent<?> event)
           
 
Method Summary
 EntityProviderChangeEvent<?> getChangeEvent()
          Gets the EntityProviderChangeEvent that caused this container event to be fired.
 com.vaadin.data.Container getContainer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAContainer.ProviderChangedEvent

protected JPAContainer.ProviderChangedEvent(EntityProviderChangeEvent<?> event)
Method Detail

getContainer

public com.vaadin.data.Container getContainer()
Specified by:
getContainer in interface com.vaadin.data.Container.ItemSetChangeEvent

getChangeEvent

public EntityProviderChangeEvent<?> getChangeEvent()
Gets the EntityProviderChangeEvent that caused this container event to be fired.



Copyright © 2013 Vaadin Ltd. All rights reserved.