Package gda.scan

Class ScanEvent

java.lang.Object
gda.scan.ScanEvent
All Implemented Interfaces:
Serializable

public class ScanEvent extends Object implements Serializable
The latest information about the current scan, to be broadcast via JythonServer (i.e. InterfaceProvider) to registered IObservers.
See Also:
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toProgressString

      public String toProgressString()
      For the ApplicationActionBarAdvisor
      Returns:
      String
    • toShortProgressString

      public String toShortProgressString()
      For the Command Queue progress bar
      Returns:
      String
    • getLatestInformation

      public ScanInformation getLatestInformation()
    • getLatestStatus

      public Scan.ScanStatus getLatestStatus()
    • getCurrentPointNumber

      public int getCurrentPointNumber()
    • getType

      public ScanEvent.EventType getType()