Interface PMSuspendListener

All Superinterfaces:
EventListener

public interface PMSuspendListener extends EventListener
Interface for receiving PMSuspend events on a domain.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method gets called when a domain is suspended.
  • Method Details

    • onPMSuspend

      void onPMSuspend(Domain domain, PMSuspendReason reason)
      This method gets called when a domain is suspended.
      Parameters:
      domain - the domain that was suspended
      reason - the reason why that event happened