Class FieldRecallLastOccurrence<T extends CalculusFieldElement<T>>

java.lang.Object
org.orekit.propagation.events.handlers.FieldRecallLastOccurrence<T>
Type Parameters:
T - field type
All Implemented Interfaces:
FieldEventHandler<T>, FieldEventHandlerModifier<T>

public class FieldRecallLastOccurrence<T extends CalculusFieldElement<T>> extends Object implements FieldEventHandlerModifier<T>
Event handler wrapping another, arbitrary one whilst remembering date of last detection. If never used, the cache is null. If used but nothing detected, it returns past infinity in case of forward propagation and future infinity otherwise.
Since:
12.1
Author:
Romain Serra
See Also: