public interface CreateLifecycleListener extends InstanceLifecycleListener
| Modifier and Type | Method and 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.Copyright © 2005–2020 Apache Software Foundation. All rights reserved.