Interface IApplicationProvisionNotifier


  • public interface IApplicationProvisionNotifier
    The application notifier helps clients to implement application delegates.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • notifyLifecycleStateChange

        void notifyLifecycleStateChange​(ILifecycleAware object,
                                        LifecycleState state)
        Notifies about the provided application lifecycle aware object lifecycle state change.
        Parameters:
        object - the lifecycle aware object, cannot be null
        state - the new lifecycle state, cannot be null
      • notifyPublishStateChange

        void notifyPublishStateChange​(IApplication application,
                                      PublishState state)
        Notifies about the provided application publish state change.
        Parameters:
        application - the application, cannot be null
        state - the new publish state, cannot be null