Package com.vaadin.appsec.backend
Interface AppSecScanEventListener
- All Superinterfaces:
EventListener,Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A listener of
AppSecScanEvent that can be added to
AppSecService with
AppSecService.addScanEventListener(AppSecScanEventListener).-
Method Summary
Modifier and TypeMethodDescriptionvoidscanCompleted(AppSecScanEvent event) Operation performed when a new scan event has completed.
-
Method Details
-
scanCompleted
Operation performed when a new scan event has completed.- Parameters:
event- the scan event
-