Package gda.scan
Class ScanEvent
java.lang.Object
gda.scan.ScanEvent
- All Implemented Interfaces:
Serializable
The latest information about the current scan, to be broadcast via JythonServer (i.e. InterfaceProvider) to
registered IObservers.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe event type gives the reason for the event being sent. -
Constructor Summary
ConstructorsConstructorDescriptionScanEvent(ScanEvent.EventType type, ScanInformation latestInformation, Scan.ScanStatus latestStatus, int currentPointNumber) -
Method Summary
-
Constructor Details
-
ScanEvent
public ScanEvent(ScanEvent.EventType type, ScanInformation latestInformation, Scan.ScanStatus latestStatus, int currentPointNumber)
-
-
Method Details