|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Interface for objects that listen to events from the on-line model proxy.
| Field Summary | |
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'. |
| Method Summary | |
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. |
| Field Detail |
public static final int ACCEL_CHANGED
public static final int SEQUENCE_CHANGED
public static final int PROBE_CHANGED
public static final int RESULTS_CHANGED
public static final int MISSING_INPUT
| Method Detail |
public void accelMasterChanged(ModelProxy source)
ACCEL_CHANGED.
public void accelSequenceChanged(ModelProxy source)
SEQUENCE_CHANGED.
public void probeMasterChanged(ModelProxy source)
PROBE_CHANGED.
public void modelResultsChanged(ModelProxy source)
RESULTS_CHANGED.
public void missingInputToRunModel(ModelProxy source)
MISSING_INPUT.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||