Uses of Class
org.orekit.propagation.events.handlers.FieldRecordAndContinue.Event
-
Packages that use FieldRecordAndContinue.Event Package Description org.orekit.propagation.events.handlers This package provides an interface and classes dealing with events occurrence only. -
-
Uses of FieldRecordAndContinue.Event in org.orekit.propagation.events.handlers
Methods in org.orekit.propagation.events.handlers that return types with arguments of type FieldRecordAndContinue.Event Modifier and Type Method Description List<FieldRecordAndContinue.Event<T>>
FieldRecordAndContinue. getEvents()
Get the events passed to this handler.Constructor parameters in org.orekit.propagation.events.handlers with type arguments of type FieldRecordAndContinue.Event Constructor Description FieldRecordAndContinue(List<FieldRecordAndContinue.Event<T>> events)
Create a handler using the given collection to store events.
-