Interface DeleteBlockListener


public interface DeleteBlockListener
Listener that is notified when the DeleteBlockCmd completes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification that the delete block command completed
  • Method Details

    • deleteBlockCompleted

      void deleteBlockCompleted(DeleteBlockCmd cmd)
      Notification that the delete block command completed
      Parameters:
      cmd - command that was completed; the command has the status as to whether the delete was successful