Interface OnStatus<C>
-
public interface OnStatus<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendComputation(DataChainLinkComputation<C> chainLink)Will be executed in an arbitrary thread.voidstartComputation(DataChainLinkComputation<C> chainLink)Will be executed in an arbitrary thread.
-
-
-
Method Detail
-
startComputation
void startComputation(DataChainLinkComputation<C> chainLink)
Will be executed in an arbitrary thread.- Parameters:
chainLink-
-
endComputation
void endComputation(DataChainLinkComputation<C> chainLink)
Will be executed in an arbitrary thread.- Parameters:
chainLink-
-
-