Interface ScopeChangeHandler


  • public interface ScopeChangeHandler
    Extensions can implement this interface and then call Scope.registerHandler(ScopeChangeHandler) to register a scope change handler. The handler will be notified whenever a change occurs to Burp's Suite-wide target scope.
    • Method Detail

      • scopeChanged

        void scopeChanged​(ScopeChange scopeChange)
        This method is invoked whenever a change occurs to Burp's Suite-wide target scope.
        Parameters:
        scopeChange - An object representing the change to Burp's Suite-wide target scope.