Package omero.api
Interface AMD_IMetadata_loadChannelAcquisitionData
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IMetadata_loadChannelAcquisitionData extends Ice.AMDCallback
Loads the logical channels and the acquisition metadata related to them.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.List<LogicalChannel> __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.List<LogicalChannel> __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) The collection of loaded logical channels.
-
-