Package omero.api
Interface AMD_IScript_getParams
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IScript_getParams extends Ice.AMDCallback
Get the parameters that the script takes and returns, along with other metadata available from the script.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(JobParams __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(JobParams __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) see above.
-
-