Package PamView

Interface CancelObserver

All Known Implementing Classes:
CalibrationDialog, CopyDialog

public interface CancelObserver
Observer to use with Pamdialog which is called whenever the cancel button is pressed. It can perform actions outside the dialog box and can also refuse the cancel request by returning false.
Author:
Doug Gillespie
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Called whenever a PamDialog cancel button is pressed.
  • Method Details

    • cancelPressed

      boolean cancelPressed()
      Called whenever a PamDialog cancel button is pressed.
      Returns:
      true if the cancel function can proceed. False otherwise.