Package qa
Interface QANotifyable
- All Known Implementing Classes:
QAControl
,QACrossMatchPanel
,QAOperationsDisplays
,QAOperationsStatus
,QAOpsTable
,QASidePanel
,RandomTestManager
,TestSelectPanel
public interface QANotifyable
Get notifications when something in QA changes. All standard PAMGuard notifications
will be sent, so use -ve numbers for codes for anything module specific.
- Author:
- dg50
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
PAM_START
static final int PAM_START- See Also:
-
PAM_STOP
static final int PAM_STOP- See Also:
-
OPS_STATUS_CHANGE
static final int OPS_STATUS_CHANGE- See Also:
-
TEST_SELECT_CHANGED
static final int TEST_SELECT_CHANGED- See Also:
-
PARAMETER_CHANGE
static final int PARAMETER_CHANGE- See Also:
-
SEQUENCE_START
static final int SEQUENCE_START- See Also:
-
SEQUENCE_END
static final int SEQUENCE_END- See Also:
-
TEST_START
static final int TEST_START- See Also:
-
TEST_END
static final int TEST_END- See Also:
-
-
Method Details
-
qaNotify
Something changed inQA module ...- Parameters:
noteCode
-noteObject
-
-