Uses of Class
org.orekit.propagation.events.handlers.EventHandler.Action
-
Packages that use EventHandler.Action Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.events.handlers This package provides an interface and classes dealing with events occurrence only. -
-
Uses of EventHandler.Action in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return EventHandler.Action Modifier and Type Method Description EventHandler.ActionAbstractDetector. eventOccurred(SpacecraftState s, boolean increasing)Handle the event.EventHandler.ActionAdapterDetector. eventOccurred(SpacecraftState s, boolean increasing)Handle the event.EventHandler.ActionEventDetector. eventOccurred(SpacecraftState s, boolean increasing)Handle the event.EventHandler.ActionEventState.EventOccurrence. getAction()Get the user requested action. -
Uses of EventHandler.Action in org.orekit.propagation.events.handlers
Methods in org.orekit.propagation.events.handlers that return EventHandler.Action Modifier and Type Method Description EventHandler.ActionContinueOnEvent. eventOccurred(SpacecraftState s, T detector, boolean increasing)Specific implementation of the eventOccurred interface.EventHandler.ActionEventHandler. eventOccurred(SpacecraftState s, T detector, boolean increasing)eventOccurred method mirrors the same interface method as inEventDetectorand its subclasses, but with an additional parameter that allows the calling method to pass in an object from the detector which would have potential additional data to allow the implementing class to determine the correct return state.EventHandler.ActionRecordAndContinue. eventOccurred(SpacecraftState s, T detector, boolean increasing)EventHandler.ActionStopOnDecreasing. eventOccurred(SpacecraftState s, T detector, boolean increasing)Handle a detection event and choose what to do next.EventHandler.ActionStopOnEvent. eventOccurred(SpacecraftState s, T detector, boolean increasing)Specific implementation of the eventOccurred interface.EventHandler.ActionStopOnIncreasing. eventOccurred(SpacecraftState s, T detector, boolean increasing)Handle a detection event and choose what to do next.static EventHandler.ActionEventHandler.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static EventHandler.Action[]EventHandler.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.
-