Package PamView.hidingpanel
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dialogChanged
(int changeLevel, Object object) Notification from a sliding dialog panel when something changes.
-
Field Details
-
MORE_DIALOG_CLOSED
static final int MORE_DIALOG_CLOSED- See Also:
-
-
Method Details
-
dialogChanged
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.
-