Interface RemoteRectangularROIsProvider
- All Superinterfaces:
Findable
- All Known Implementing Classes:
LiveStreamROIProvider
Interface for use with RMI to allow ROIs to be updated from the client
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateRois(List<RectangularROI<Integer>> rois) Update the ROIs list on the server, which can the be picked up when a scan is started
-
Method Details
-
updateRois
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
-