Package gda.jython
Class ScanInterruptedEvent
java.lang.Object
gda.jython.ScanInterruptedEvent
- All Implemented Interfaces:
Serializable
Event broadcast by the JythonServer when haltCurrentScript is called. For client-side objects wanting to react to
scripts being halted.
TODO the whole scan/script control system needs a review. It was fine when things were simpler, but now the use of scripts and the GUI are more complex, we need a more powerful,unit testable system.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScanInterruptedEvent
public ScanInterruptedEvent()
-