Sha256: ff9aacd0be4698cae09801a1bf4dea481d38bfe67e9aef19bc3a83a3ad02e193
Contents?: true
Size: 779 Bytes
Versions: 8
Compression:
Stored size: 779 Bytes
Contents
package burp; /* * @(#)IScopeChangeListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extensions can implement this interface and then call * <code>IBurpExtenderCallbacks.registerScopeChangeListener()</code> to register * a scope change listener. The listener will be notified whenever a change * occurs to Burp's suite-wide target scope. */ public interface IScopeChangeListener { /** * This method is invoked whenever a change occurs to Burp's suite-wide * target scope. */ void scopeChanged(); }
Version data entries
8 entries across 8 versions & 1 rubygems