Interface RebootListener

  • All Superinterfaces:
    EventListener

    public interface RebootListener
    extends EventListener
    Interface for receiving domain reboot events.
    • Method Detail

      • onReboot

        void onReboot​(Domain domain)
        This method gets called upon a domain reboot event.
        Parameters:
        domain - the domain which was rebooted