InstanceLifecycleListener
public interface CreateLifecycleListener extends InstanceLifecycleListener
Modifier and Type | Method | Description |
---|---|---|
void |
postCreate(InstanceLifecycleEvent event) |
Invoked whenever an instance is made persistent via a
call to
PersistenceManager.makePersistent(T) or during
persistence by reachability. |
void postCreate(InstanceLifecycleEvent event)
PersistenceManager.makePersistent(T)
or during
persistence by reachability.event
- the create event.