Public Types | |
enum | Type { STEP_START, STEP_END, STEP_ABORTED, HANDLER_MOVE, HANDLER_ROTATE, HANDLER_STOP, DEMAGNETIZE_START, DEMAGNETIZE_END, VALUE_MEASURED } |
Public Member Functions | |
MeasurementEvent (Project project, MeasurementStep step, Type type) | |
Project | getProject () |
MeasurementStep | getStep () |
Type | getType () |
Private Attributes | |
Project | project |
MeasurementStep | step |
Type | type |
Definition at line 32 of file MeasurementEvent.java.
|
The type of a measurement event.
Definition at line 91 of file MeasurementEvent.java. |
|
Creates a new measurement event.
Definition at line 57 of file MeasurementEvent.java. |
|
Returns the project whose measurement sent this event. Definition at line 70 of file MeasurementEvent.java. References ikayaki.MeasurementEvent.project. |
|
Returns the measurement that sent this event. Can be null, if this event was sent by a manual command. Definition at line 77 of file MeasurementEvent.java. References ikayaki.MeasurementEvent.step. Referenced by ikayaki.gui.MeasurementSequenceTableModel.measurementUpdated(), ikayaki.gui.MeasurementSequencePanel.measurementUpdated(), and ikayaki.gui.MeasurementDetailsPanel.measurementUpdated(). |
|
Returns the type of event this is. Definition at line 84 of file MeasurementEvent.java. References ikayaki.MeasurementEvent.type. Referenced by ikayaki.gui.MeasurementSequenceTableModel.measurementUpdated(), ikayaki.gui.MeasurementSequencePanel.measurementUpdated(), and ikayaki.gui.MeasurementGraphsPanel.measurementUpdated(). |
|
The project whose measurement sent this event. Definition at line 37 of file MeasurementEvent.java. Referenced by ikayaki.MeasurementEvent.getProject(). |
|
The measurement that sent this event. Definition at line 42 of file MeasurementEvent.java. Referenced by ikayaki.MeasurementEvent.getStep(). |
|
The type of event this is. Definition at line 47 of file MeasurementEvent.java. Referenced by ikayaki.MeasurementEvent.getType(). |