public interface ModelProxyListener
extends java.util.EventListener
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCEL_CHANGED
Named constant to indicate the cause 'accelerator changed'.
|
static int |
MISSING_INPUT
Named constant to indicate the cause 'not enough input to run the model'.
|
static int |
PROBE_CHANGED
Named constant to indicate the cause 'probe changed'.
|
static int |
RESULTS_CHANGED
Named constant to indicate the cause 'model results changed'.
|
static int |
SEQUENCE_CHANGED
Named constant to indicate the cause 'accelerator sequence changed'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accelMasterChanged(ModelProxy source)
Called by the model proxy to notify the listener in cause of
ACCEL_CHANGED. |
void |
accelSequenceChanged(ModelProxy source)
Called by the model proxy to notify the listener in cause of
SEQUENCE_CHANGED. |
void |
missingInputToRunModel(ModelProxy source)
Called by the model proxy to notify the listener in cause of
MISSING_INPUT. |
void |
modelResultsChanged(ModelProxy source)
Called by the model proxy to notify the listener in cause of
RESULTS_CHANGED. |
void |
probeMasterChanged(ModelProxy source)
Called by the model proxy to notify the listener in cause of
PROBE_CHANGED. |
static final int ACCEL_CHANGED
static final int SEQUENCE_CHANGED
static final int PROBE_CHANGED
static final int RESULTS_CHANGED
static final int MISSING_INPUT
void accelMasterChanged(ModelProxy source)
ACCEL_CHANGED.void accelSequenceChanged(ModelProxy source)
SEQUENCE_CHANGED.void probeMasterChanged(ModelProxy source)
PROBE_CHANGED.void modelResultsChanged(ModelProxy source)
RESULTS_CHANGED.void missingInputToRunModel(ModelProxy source)
MISSING_INPUT.