Interface SnapshotDeleteListener


public interface SnapshotDeleteListener
  • Method Details

    • onDone

      void onDone()
      Invoked once a snapshot has been fully deleted from the repository.
    • onRepositoryDataWritten

      void onRepositoryDataWritten(RepositoryData repositoryData)
      Invoked once the updated RepositoryData has been written to the repository.
      Parameters:
      repositoryData - updated repository data
    • onFailure

      void onFailure(Exception e)
      Invoked if writing updated RepositoryData to the repository failed. Once onRepositoryDataWritten(RepositoryData) has been invoked this method will never be invoked.
      Parameters:
      e - exception during metadata steps of snapshot delete