Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.data
Interface Geodatabase.TransactionStatusChangedListener
- All Superinterfaces:
EventListener
- Enclosing class:
Geodatabase
Listens for the transaction status change when a transaction starts or ends (either committed or rolled back).
- Since:
- 100.2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
transactionStatusChanged
(Geodatabase.TransactionStatusChangedEvent transactionStatusChangedEvent) Method called when a transaction starts or ends (either committed or rolled back).
-
Method Details
-
transactionStatusChanged
void transactionStatusChanged(Geodatabase.TransactionStatusChangedEvent transactionStatusChangedEvent) Method called when a transaction starts or ends (either committed or rolled back).- Parameters:
transactionStatusChangedEvent
- provides the source of the event and the current transaction status- Since:
- 100.2.0
-