Package burp.api.montoya.scope
Interface ScopeChangeHandler
public interface ScopeChangeHandler
Extensions can implement this interface and then call
Scope.registerScopeChangeHandler(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
Modifier and TypeMethodDescriptionvoid
scopeChanged
(ScopeChange scopeChange) This method is invoked whenever a change occurs to Burp's Suite-wide target scope.
-
Method Details
-
scopeChanged
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.
-