Package org.libvirt.event
Interface BlockJobListener
-
- All Superinterfaces:
EventListener
public interface BlockJobListener extends EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEvent(Domain domain, java.lang.String diskPath, BlockJobType type, BlockJobStatus status)
This method gets called upon a Block Job error event.
-
-
-
Method Detail
-
onEvent
void onEvent(Domain domain, java.lang.String diskPath, BlockJobType type, BlockJobStatus status)
This method gets called upon a Block Job error event.- Parameters:
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
-
-