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