Package omero.api
Interface AMD_RenderingEngine_getChannelFamily
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_RenderingEngine_getChannelFamily extends Ice.AMDCallback
Returns the family associated to the specified channel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(Family __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(Family __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) See above.
-
-