public static class CollectionLoader.PostLoadEvent<T extends Entity>
extends java.util.EventObject
DataContext and setting to
the container.| Constructor and Description |
|---|
PostLoadEvent(CollectionLoader<T> loader,
java.util.List<T> loadedEntities) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
getLoadedEntities()
Returns the list of loaded entities.
|
CollectionLoader<T> |
getSource()
The data loader which sent the event.
|
public PostLoadEvent(CollectionLoader<T> loader, java.util.List<T> loadedEntities)
public CollectionLoader<T> getSource()
getSource in class java.util.EventObjectpublic java.util.List<T> getLoadedEntities()