Package burp
Interface IScopeChangeListener
-
public interface IScopeChangeListenerExtensions can implement this interface and then callIBurpExtenderCallbacks.registerScopeChangeListener()to register a scope change listener. The listener 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()This method is invoked whenever a change occurs to Burp's suite-wide target scope.
-