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