public interface BlockJobListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(Domain domain,
java.lang.String diskPath,
BlockJobType type,
BlockJobStatus status)
This method gets called upon a Block Job error event.
|
void onEvent(Domain domain, java.lang.String diskPath, BlockJobType type, BlockJobStatus status)
domain - the domain which got an eventdiskPath - the src of the block device that had an eventtype - the type of the block jobstatus - the status of the block job