Package com.esri.arcgisruntime.data
Interface Geodatabase.TransactionStatusChangedListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- Geodatabase
public static interface Geodatabase.TransactionStatusChangedListener extends java.util.EventListener
Listens for the transaction status change when a transaction starts or ends (either committed or rolled back).- Since:
- 100.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
transactionStatusChanged(Geodatabase.TransactionStatusChangedEvent transactionStatusChangedEvent)
Method called when a transaction starts or ends (either committed or rolled back).
-
-
-
Method Detail
-
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
-
-