T - class type for the generic versionpublic class ContinueOnEvent<T extends EventDetector> extends Object implements EventHandler<T>, Serializable
continue as a state.EventHandler.Action| Constructor and Description |
|---|
ContinueOnEvent() |
| Modifier and Type | Method and Description |
|---|---|
EventHandler.Action |
eventOccurred(SpacecraftState s,
T detector,
boolean increasing)
Specific implementation of the eventOccurred interface.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, resetStatepublic EventHandler.Action eventOccurred(SpacecraftState s, T detector, boolean increasing) throws OrekitException
eventOccurred in interface EventHandler<T extends EventDetector>s - SpaceCraft state to be used in the evaluationdetector - object with appropriate type that can be used in determining correct return stateincreasing - with the event occurred in an "increasing" or "decreasing" slope directioncontinue under all circumstancesOrekitException - if some specific error occursCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.