Class NotifyingURIResolver

    • Constructor Detail

      • NotifyingURIResolver

        public NotifyingURIResolver​(URIResolver ur,
                                    URIObserver uo)
        Initialise the wrapper. Accepts the class to wrap and the observer to notify.
        Parameters:
        ur - The Wrapped URI resolver
        uo - The URI Observer to notify on each url.
        Throws:
        ArgumentNotValid - if either argument is null.