Interface HidingDialogChangeListener

All Known Implementing Classes:
SpectrogramPlotInfo

public interface HidingDialogChangeListener
Can be used to get notifications into any bit of pamguard when things are changed in one of the sliding dialogs.
Author:
Doug Gillespie
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dialogChanged(int changeLevel, Object object)
    Notification from a sliding dialog panel when something changes.
  • Field Details

  • Method Details

    • dialogChanged

      void dialogChanged(int changeLevel, Object object)
      Notification from a sliding dialog panel when something changes.
      Parameters:
      changeLevel - quick way of indicating levels of change.

      -ve numbers are used by the system. +ve ones can be used by programmer in a dialog specific context.

      object - an object if you need to send other information.