Class Geodatabase.TransactionStatusChangedEvent<S extends Geodatabase>

    • Constructor Detail

      • TransactionStatusChangedEvent

        public TransactionStatusChangedEvent​(S source,
                                             boolean isInTransaction)
        Constructs a TransactionStatusChangedEvent object.
        Parameters:
        source - the Geodatabase object on which the event initially occurred
        isInTransaction - indicating whether a transaction is active
        Throws:
        IllegalArgumentException - if source is null.
        Since:
        100.2.0
    • Method Detail

      • isInTransaction

        public boolean isInTransaction()
        Gets whether a transaction is active.
        Returns:
        true if a transaction is active, otherwise false
        Since:
        100.2.0