@FunctionalInterface public interface CreateListener
Transaction.addCreateListener()
Modifier and Type | Method and Description |
---|---|
void |
onCreate(Transaction tx,
ObjId id)
Receive notification of a new object being created.
|
void onCreate(Transaction tx, ObjId id)
Notifications are delivered in the same thread that is creating object, immediately after creation.
tx
- associated transactionid
- the ID of the new objectCopyright © 2022. All rights reserved.