Package burp.api.montoya.scope
Interface ScopeChangeHandler
-
public interface ScopeChangeHandlerExtensions can implement this interface and then callScope.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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscopeChanged(ScopeChange scopeChange)This method is invoked 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.
-
-