Package gda.jython

Class ScanInterruptedEvent

java.lang.Object
gda.jython.ScanInterruptedEvent
All Implemented Interfaces:
Serializable

public class ScanInterruptedEvent extends Object implements 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 Details

    • ScanInterruptedEvent

      public ScanInterruptedEvent()