Interface PMWakeupListener

  • All Superinterfaces:
    EventListener

    public interface PMWakeupListener
    extends EventListener
    Interface for receiving PMWakeup events on a domain.
    • 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 up
        reason - the reason why that event happened