@FunctionalInterface
public static interface FlatChain.OnElementChangedFunction
FlatChain
is
created. See the FlatChain.Builder.onElementChanged(com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.OnElementChangedFunction)
for more details.Modifier and Type | Method and Description |
---|---|
void |
onElementChanged(long position,
java.lang.String previousName,
java.lang.String newName,
FlatChain chain)
Called by a
FlatChain when an existing element is changed. |
void onElementChanged(long position, java.lang.String previousName, java.lang.String newName, FlatChain chain)
FlatChain
when an existing element is changed.position
- position of the element in the chain (starts at 0).previousName
- previous element name.newName
- new element namechain
- the chain that contains the changed element.