Interface PMWakeupListener

All Superinterfaces:
EventListener

public interface PMWakeupListener extends EventListener
Interface for receiving PMWakeup events on a domain.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPMWakeup(Domain domain, PMWakeupReason reason)
    This method gets called when a domain is woken up.
  • Method Details

    • onPMWakeup

      void onPMWakeup(Domain domain, PMWakeupReason reason)
      This method gets called when a domain is woken up.
      Parameters:
      domain - the domain that was woken up
      reason - the reason why that event happened