Package omero.grid
Interface ProcessCallback
-
- All Superinterfaces:
_ProcessCallbackOperations
,_ProcessCallbackOperationsNC
,Ice.Object
- All Known Implementing Classes:
_ProcessCallbackDisp
,_ProcessCallbackTie
,ProcessCallbackI
public interface ProcessCallback extends Ice.Object, _ProcessCallbackOperations, _ProcessCallbackOperationsNC
Callback which can be attached to a Process with notification of any of the possible ends-of-life that a Process might experience
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.grid._ProcessCallbackOperations
processCancelled, processFinished, processKilled
-
Methods inherited from interface omero.grid._ProcessCallbackOperationsNC
processCancelled, processFinished, processKilled
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-