Interface ISnapshotOperationsListener

    • Method Detail

      • beforeSnapshotOperationStart

        void beforeSnapshotOperationStart​(ISnapshotOperation operation)
        Notifies the listener that a snapshot operation is about to start.
        Parameters:
        operation - the snapshot operation, never null
      • afterSnapshotOperationFinish

        void afterSnapshotOperationFinish​(ISnapshotOperation operation,
                                          ISnapshotOperationResult result)
        Notifies the listener that a snapshot operation has just finished.
        Parameters:
        operation - the snapshot operation, never null
        result - the snapshot operation result, never null