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.

@FunctionalInterface public interface AppSecScanEventListener extends EventListener, Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Operation performed when a new scan event has completed.
  • Method Details

    • scanCompleted

      void scanCompleted(AppSecScanEvent event)
      Operation performed when a new scan event has completed.
      Parameters:
      event - the scan event