Interface DetectionGroupListener


public interface DetectionGroupListener
Listener for detection group.
Author:
Jamie Macaulay
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A new detection group has been selected.
  • Method Details

    • newSelectedGroup

      void newSelectedGroup(DetectionGroupSummary detectionGroup)
      A new detection group has been selected.
      Parameters:
      detectionGroup - - the detection group.