Package org.libvirt.event
Interface PMWakeupListener
-
- All Superinterfaces:
EventListener
public interface PMWakeupListener extends EventListener
Interface for receiving PMWakeup events on a domain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPMWakeup(Domain domain, PMWakeupReason reason)
This method gets called when a domain is woken up.
-
-
-
Method Detail
-
onPMWakeup
void onPMWakeup(Domain domain, PMWakeupReason reason)
This method gets called when a domain is woken up.- Parameters:
domain
- the domain that was woken upreason
- the reason why that event happened
-
-