Package omero.api
Interface AMD_ThumbnailStore_setPixelsId
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_ThumbnailStore_setPixelsId extends Ice.AMDCallbackThis method manages the state of the service; it must be invoked before using any other methods. As theThumbnailStorerelies on theRenderingEngine, a valid rendering definition must be available for it to work.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidice_response(boolean __ret)ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(boolean __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret- (return value)trueif aRenderingDefexists for thePixelsset, otherwisefalse
-
-