Interface ModeHandler
-
public interface ModeHandler
Common interface for all propagator mode handlers initialization.- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialize(boolean activateHandlers, AbsoluteDate targetDate)
Initialize the mode handler.
-
-
-
Method Detail
-
initialize
void initialize(boolean activateHandlers, AbsoluteDate targetDate)
Initialize the mode handler.- Parameters:
activateHandlers
- if handlers shall be activetargetDate
- propagation is expected to end on this date, but it may end early due to event detectors or exceptions.
-
-