Interface BlockJobListener

All Superinterfaces:
EventListener

public interface BlockJobListener extends EventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(Domain domain, String diskPath, BlockJobType type, BlockJobStatus status)
    This method gets called upon a Block Job error event.
  • Method Details

    • onEvent

      void onEvent(Domain domain, String diskPath, BlockJobType type, BlockJobStatus status)
      This method gets called upon a Block Job error event.
      Parameters:
      domain - the domain which got an event
      diskPath - the src of the block device that had an event
      type - the type of the block job
      status - the status of the block job