public static class KeyValueInstanceLoader.PostLoadEvent
extends java.util.EventObject
| Constructor and Description |
|---|
PostLoadEvent(KeyValueInstanceLoader loader,
io.jmix.core.entity.KeyValueEntity loadedEntity) |
| Modifier and Type | Method and Description |
|---|---|
io.jmix.core.entity.KeyValueEntity |
getLoadedEntity()
Returns the loaded entity instance.
|
KeyValueInstanceLoader |
getSource()
The data loader which sent the event.
|
public PostLoadEvent(KeyValueInstanceLoader loader, @Nullable io.jmix.core.entity.KeyValueEntity loadedEntity)
public KeyValueInstanceLoader getSource()
getSource in class java.util.EventObject@Nullable public io.jmix.core.entity.KeyValueEntity getLoadedEntity()