@FunctionalInterface
public static interface FlatChain.OnCompleteFunction
FlatChain
is created.
See the FlatChain.Builder.onComplete(com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.OnCompleteFunction)
for more details.Modifier and Type | Method and Description |
---|---|
void |
onComplete(FlatChain chain)
Called when a
FlatChain is complete. |
void onComplete(FlatChain chain)
FlatChain
is complete.chain
- the completed chain.