@FunctionalInterface
public static interface FlatChain.OnElementRemovedFunction
FlatChain
is created. See the FlatChain.Builder.onElementRemoved(com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.OnElementRemovedFunction)
for more details.Modifier and Type | Method and Description |
---|---|
void |
onElementRemoved(long position,
FlatChain chain)
Called by a
FlatChain when an existing element is removed. |
void onElementRemoved(long position, FlatChain chain)
FlatChain
when an existing element is removed.position
- position of the element in the chain (starts at 0).chain
- the chain that contained the removed element.