Package org.libvirt.event
Interface BlockJobListener
- All Superinterfaces:
EventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEvent
(Domain domain, String diskPath, BlockJobType type, BlockJobStatus status) This method gets called upon a Block Job error event.
-
Method Details
-
onEvent
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
-