com.vaadin.addon.jpacontainer
Interface EntityProviderChangeListener<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
JPAContainer

public interface EntityProviderChangeListener<T>
extends Serializable

Listener interface to be implemented by classes that want to be notified when the contents of a EntityProvider is changed (e.g. entities are added or removed).

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

Method Summary
 void entityProviderChange(EntityProviderChangeEvent<T> event)
          Notifies the client that event has occurred.
 

Method Detail

entityProviderChange

void entityProviderChange(EntityProviderChangeEvent<T> event)
Notifies the client that event has occurred.

Parameters:
event - the occurred event (never null).


Copyright © 2013 Vaadin Ltd. All rights reserved.