public static interface PersistentCollection.InitializationListener<C>
| Modifier and Type | Method and Description |
|---|---|
void |
initialized(PersistentCollection<C> collection)
Callback called when the collection has been loaded
|
void |
uninitialized(PersistentCollection<C> collection)
Callback called when the collection has been unloaded
|
void initialized(PersistentCollection<C> collection)
collection - collectionvoid uninitialized(PersistentCollection<C> collection)
collection - collection