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 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