public interface IProcessUsingTin
A class implementing this interface must not modify the TIN in any way.
Modifier and Type | Method and Description |
---|---|
void |
resetForChangeToTin()
Reset the processor due to a change in the TIN.
|
void resetForChangeToTin()
Resetting the state data unnecessarily may result in a performance reduction when processing a large number of operations, but is otherwise harmless. Implementations are expected to be able to run properly after a reset is called.
Copyright © 2021. All rights reserved.