Interface LifecycleListener

    • Method Detail

      • onLifecycleChange

        int onLifecycleChange​(Domain domain,
                              DomainEvent event)
        This method gets called when a change in the lifecycle of a domain occurs.
        Parameters:
        domain - the domain on which the event occurred
        event - contains information about the type of event that occurred and details about that event
        Returns:
        the return value is currently ignored.