Package com.yahoo.config.model.api
Interface SuperModelProvider
public interface SuperModelProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerListener
(SuperModelListener listener) Synchronously calllistener.applicationActivated()
on all active applications, and register the listener for future changes to the super model.
-
Method Details
-
registerListener
Synchronously calllistener.applicationActivated()
on all active applications, and register the listener for future changes to the super model. WARNING: The listener may be called asynchronously before the method returns. -
getSuperModel
SuperModel getSuperModel()
-