Interface RemoteRectangularROIsProvider

All Superinterfaces:
Findable
All Known Implementing Classes:
LiveStreamROIProvider

public interface RemoteRectangularROIsProvider extends Findable
Interface for use with RMI to allow ROIs to be updated from the client
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Update the ROIs list on the server, which can the be picked up when a scan is started

    Methods inherited from interface gda.factory.Findable

    getName, setName
  • Method Details

    • updateRois

      void updateRois(List<RectangularROI<Integer>> rois)
      Update the ROIs list on the server, which can the be picked up when a scan is started
      Parameters:
      rois - The new list of ROIs