Interface ProviderSubscriptionManager


  • public interface ProviderSubscriptionManager
    • Method Detail

      • register

        void register​(TagPath path,
                      Node node)
        This should be called when a node is added to the system. The subscription manager will set the subscription, if there is one, and will further browse under the node if necessary and set subscriptions on children nodes. Therefore, the node should be as well-formed as possible before calling this. If sub-elements are added later, they can call the same register function to look for subscriptions.