Interface IPublicationChangeListener


  • public interface IPublicationChangeListener
    Provides event notification for Publications changes changes events.

    Need to add listener to IPublicationManager for notifications tracking, and remove it, when no longer needed.

    • Method Detail

      • publicationAdded

        void publicationAdded​(WebServer webServer,
                              Publication publication)
        Notification that the given publication instance was published to the given web server.
        Parameters:
        webServer - the web server infobase was published to, cannot be null
        publication - the publication instance, cannot be null
      • publicationRemoved

        void publicationRemoved​(WebServer webServer,
                                Publication publication)
        Notification that the given publication instance was removed from the given web server.
        Parameters:
        webServer - the web server infobase publication was removed from, cannot be null
        publication - the removed publication, cannot be null