Interface SuperModelListener


  • public interface SuperModelListener
    Interface for those wanting to be notified about changes to the SuperModel.
    • Method Detail

      • applicationActivated

        void applicationActivated​(SuperModel superModel,
                                  ApplicationInfo application)
        Application has been activated: Either deployed the first time, internally redeployed, or externally triggered redeploy.
      • applicationRemoved

        void applicationRemoved​(SuperModel superModel,
                                com.yahoo.config.provision.ApplicationId id)
        Application has been removed.