| Modifier and Type | Method and Description |
|---|---|
List<IScannerListener> |
IBurpExtenderCallbacks.getScannerListeners()
This method is used to retrieve the Scanner listeners that are registered
by the extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBurpExtenderCallbacks.registerScannerListener(IScannerListener listener)
This method is used to register a listener which will be notified of new
issues that are reported by the Scanner tool.
|
void |
IBurpExtenderCallbacks.removeScannerListener(IScannerListener listener)
This method is used to remove a Scanner listener that has been registered
by the extension.
|
Copyright © 2017. All rights reserved.