Package | Description |
---|---|
agi.foundation |
Contains commonly used types.
|
agi.foundation.cesium |
Contains types used for defining graphical properties of definitional objects to be written out as CZML.
|
agi.foundation.compatibility | |
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
agi.foundation.infrastructure.threading |
Contains types used to perform and manage calculations among multiple threads of execution.
|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
agi.foundation.tracking |
Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionContext.addCommitted(EventHandler<TransactionCommittedEventArgs> value)
Adds a handler for an event that is raised each time that a transaction is committed in this context.
|
void |
TransactionContext.removeCommitted(EventHandler<TransactionCommittedEventArgs> value)
Removes a handler for an event that is raised each time that a transaction is committed in this context.
|
Modifier and Type | Method and Description |
---|---|
void |
CzmlDocument.addSamplingError(EventHandler<SamplingErrorEventArgs> value)
An event that is raised when a non-fatal sampling error occurs during CZML generation.
|
void |
CzmlDocument.removeSamplingError(EventHandler<SamplingErrorEventArgs> value)
An event that is raised when a non-fatal sampling error occurs during CZML generation.
|
Modifier and Type | Method and Description |
---|---|
static <TEventArgs extends EventArgs> |
EventHandler.combine(EventHandler<TEventArgs> a,
EventHandler<TEventArgs> b)
Combines two delegate instances, forming a new delegate that will invoke both
delegates when invoked.
|
static <TEventArgs extends EventArgs> |
EventHandler.of(EventHandler.Function<TEventArgs> f)
Create a delegate for the given interface.
|
static <TEventArgs extends EventArgs> |
EventHandler.of(EventHandler.Function<TEventArgs> f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static <TEventArgs extends EventArgs> |
EventHandler.of(EventHandler.Function<TEventArgs> f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static <TEventArgs extends EventArgs> |
EventHandler.remove(EventHandler<TEventArgs> source,
EventHandler<TEventArgs> value)
Removes one delegate from another, if it was previously combined.
|
Modifier and Type | Method and Description |
---|---|
static <TEventArgs extends EventArgs> |
EventHandler.combine(EventHandler<TEventArgs> a,
EventHandler<TEventArgs> b)
Combines two delegate instances, forming a new delegate that will invoke both
delegates when invoked.
|
static <TEventArgs extends EventArgs> |
EventHandler.combine(EventHandler<TEventArgs> a,
EventHandler<TEventArgs> b)
Combines two delegate instances, forming a new delegate that will invoke both
delegates when invoked.
|
static <TEventArgs extends EventArgs> |
EventHandler.remove(EventHandler<TEventArgs> source,
EventHandler<TEventArgs> value)
Removes one delegate from another, if it was previously combined.
|
static <TEventArgs extends EventArgs> |
EventHandler.remove(EventHandler<TEventArgs> source,
EventHandler<TEventArgs> value)
Removes one delegate from another, if it was previously combined.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageCollection.addAddComplete(EventHandler<GlobeImageOverlayAddCompleteEventArgs> value)
Adds a handler for an event that is raised when an asynchronous add is completed.
|
void |
TerrainCollection.addAddComplete(EventHandler<TerrainOverlayAddCompleteEventArgs> value)
Adds a handler for an event that is raised when an asynchronous add is completed.
|
void |
KmlGraphics.addDocumentLoaded(EventHandler<KmlDocumentLoadedEventArgs> value)
Adds a handler for an event that occurs when an asynchronous document load operation completes.
|
static void |
SceneManager.addRendering(EventHandler<RenderingEventArgs> value)
Adds a handler for an event that is raised when either
Render is called on a scene or
SceneManager.render() is called on the
SceneManager . |
void |
Scene.addRendering(EventHandler<RenderingEventArgs> value)
Adds a handler for an event that is raised when either
Render is called on the scene or
SceneManager.render() is called on the
SceneManager . |
static void |
SceneManager.addTimeChanged(EventHandler<TimeChangedEventArgs> value)
Adds a handler for an event that is raised when either
SceneManager.setTime(agi.foundation.time.JulianDate) or SceneManager.setTime(agi.foundation.time.JulianDate,agi.foundation.time.JulianDate) is called. |
void |
ImageCollection.removeAddComplete(EventHandler<GlobeImageOverlayAddCompleteEventArgs> value)
Removes a handler for an event that is raised when an asynchronous add is completed.
|
void |
TerrainCollection.removeAddComplete(EventHandler<TerrainOverlayAddCompleteEventArgs> value)
Removes a handler for an event that is raised when an asynchronous add is completed.
|
void |
KmlGraphics.removeDocumentLoaded(EventHandler<KmlDocumentLoadedEventArgs> value)
Removes a handler for an event that occurs when an asynchronous document load operation completes.
|
static void |
SceneManager.removeRendering(EventHandler<RenderingEventArgs> value)
Removes a handler for an event that is raised when either
Render is called on a scene or
SceneManager.render() is called on the
SceneManager . |
void |
Scene.removeRendering(EventHandler<RenderingEventArgs> value)
Removes a handler for an event that is raised when either
Render is called on the scene or
SceneManager.render() is called on the
SceneManager . |
static void |
SceneManager.removeTimeChanged(EventHandler<TimeChangedEventArgs> value)
Removes a handler for an event that is raised when either
SceneManager.setTime(agi.foundation.time.JulianDate) or SceneManager.setTime(agi.foundation.time.JulianDate,agi.foundation.time.JulianDate) is called. |
Modifier and Type | Method and Description |
---|---|
void |
DragDropOptions.addDragDropHandled(EventHandler<EventArgs> value)
Adds a handler for an event that is raised when the data object associated with the corresponding drag event was handled by Insight3D.
|
void |
ForwardAnimation.addHasReset(EventHandler<EventArgs> value)
Adds a handler for an event that occurs if animation has reset.
|
void |
ForwardAnimation.addPaused(EventHandler<EventArgs> value)
Adds a handler for an event that occurs if animation has paused.
|
void |
ForwardAnimation.addStarted(EventHandler<StartedEventArgs> value)
Adds a handler for an event that occurs if animation has started.
|
void |
ForwardAnimation.addStopped(EventHandler<EventArgs> value)
Adds a handler for an event that occurs if animation has stopped.
|
void |
MouseOptions.addZoomComplete(EventHandler<EventArgs> value)
|
void |
DragDropOptions.removeDragDropHandled(EventHandler<EventArgs> value)
Removes a handler for an event that is raised when the data object associated with the corresponding drag event was handled by Insight3D.
|
void |
ForwardAnimation.removeHasReset(EventHandler<EventArgs> value)
Removes a handler for an event that occurs if animation has reset.
|
void |
ForwardAnimation.removePaused(EventHandler<EventArgs> value)
Removes a handler for an event that occurs if animation has paused.
|
void |
ForwardAnimation.removeStarted(EventHandler<StartedEventArgs> value)
Removes a handler for an event that occurs if animation has started.
|
void |
ForwardAnimation.removeStopped(EventHandler<EventArgs> value)
Removes a handler for an event that occurs if animation has stopped.
|
void |
MouseOptions.removeZoomComplete(EventHandler<EventArgs> value)
|
Modifier and Type | Method and Description |
---|---|
void |
TransactedProperty.addChanged(EventHandler<TransactedPropertyChangedEventArgs<T>> value)
|
void |
MessageQueue.addMessageQueueStarted(EventHandler<EventArgs> value)
Event that indicates
MessageQueue has started to receive messages. |
void |
MessageQueue.addMessageQueueStopped(EventHandler<EventArgs> value)
Event that indicates
MessageQueue has been stopped by a call to MessageQueue.terminate() . |
void |
MessageQueue.addMessageReceived(EventHandler<MessageEventArgs> value)
Event that indicates a generic message object was received.
|
void |
TransactedProperty.removeChanged(EventHandler<TransactedPropertyChangedEventArgs<T>> value)
|
void |
MessageQueue.removeMessageQueueStarted(EventHandler<EventArgs> value)
Event that indicates
MessageQueue has started to receive messages. |
void |
MessageQueue.removeMessageQueueStopped(EventHandler<EventArgs> value)
Event that indicates
MessageQueue has been stopped by a call to MessageQueue.terminate() . |
void |
MessageQueue.removeMessageReceived(EventHandler<MessageEventArgs> value)
Event that indicates a generic message object was received.
|
Modifier and Type | Method and Description |
---|---|
void |
OptimizerMultivariableFunction.addDerivativeEvaluationEvent(EventHandler<OptimizerFunctionDerivativeEvaluatedEventArgs> value)
An event that gets raised when the derivative of the function is evaluated.
|
void |
SolvableMultivariableFunction.addDerivativeEvaluationEvent(EventHandler<SolverFunctionDerivativeEvaluatedEventArgs> value)
An event that gets raised when the derivative of the function is evaluated.
|
void |
DoubleFunctionExplorer.addFunctionSampled(EventHandler<DoubleFunctionSampledEventArgs> value)
Adds a handler for an event that is raised each time a function is sampled.
|
void |
DurationFunctionExplorer.addFunctionSampled(EventHandler<DurationFunctionSampledEventArgs> value)
Adds a handler for an event that is raised each time a function is sampled.
|
void |
JulianDateFunctionExplorer.addFunctionSampled(EventHandler<JulianDateFunctionSampledEventArgs> value)
Adds a handler for an event that is raised each time a function is sampled.
|
void |
DoubleFunctionExplorer.addLocalExtremumFound(EventHandler<DoubleExtremumFoundEventArgs> value)
Raised when a precise local minimum or maximum has been found.
|
void |
DurationFunctionExplorer.addLocalExtremumFound(EventHandler<DurationExtremumFoundEventArgs> value)
Raised when a precise local minimum or maximum has been found.
|
void |
JulianDateFunctionExplorer.addLocalExtremumFound(EventHandler<JulianDateExtremumFoundEventArgs> value)
Raised when a precise local minimum or maximum has been found.
|
void |
DoubleFunctionExplorer.addLocalExtremumIndicated(EventHandler<DoubleExtremumIndicatedEventArgs> value)
Adds a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
|
void |
DurationFunctionExplorer.addLocalExtremumIndicated(EventHandler<DurationExtremumIndicatedEventArgs> value)
Adds a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
|
void |
JulianDateFunctionExplorer.addLocalExtremumIndicated(EventHandler<JulianDateExtremumIndicatedEventArgs> value)
Adds a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
|
void |
TargetedSegmentListParameterOptimizer.addNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal orbit is evaluated with no perturbations.
|
void |
OptimizerMultivariableFunction.addNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal function is evaluated.
|
void |
TargetedSegmentListDifferentialCorrector.addNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal orbit is evaluated with no perturbations.
|
void |
SolvableMultivariableFunction.addNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal function is evaluated.
|
void |
TargetedSegmentListParameterOptimizer.addPerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed orbit is computed.
|
void |
OptimizerMultivariableFunction.addPerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
|
void |
TargetedSegmentListDifferentialCorrector.addPerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed orbit is computed.
|
void |
SolvableMultivariableFunction.addPerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
|
void |
DoubleFunctionExplorer.addThresholdCrossingFound(EventHandler<DoubleThresholdCrossingFoundEventArgs> value)
Adds a handler for an event that is raised when a precise threshold crossing has been found.
|
void |
DurationFunctionExplorer.addThresholdCrossingFound(EventHandler<DurationThresholdCrossingFoundEventArgs> value)
Adds a handler for an event that is raised when a precise threshold crossing has been found.
|
void |
JulianDateFunctionExplorer.addThresholdCrossingFound(EventHandler<JulianDateThresholdCrossingFoundEventArgs> value)
Adds a handler for an event that is raised when a precise threshold crossing has been found.
|
void |
DoubleFunctionExplorer.addThresholdCrossingIndicated(EventHandler<DoubleThresholdCrossingIndicatedEventArgs> value)
Adds a handler for an event that is raised when two points are found that indicate a threshold was crossed.
|
void |
DurationFunctionExplorer.addThresholdCrossingIndicated(EventHandler<DurationThresholdCrossingIndicatedEventArgs> value)
Adds a handler for an event that is raised when two points are found that indicate a threshold was crossed.
|
void |
JulianDateFunctionExplorer.addThresholdCrossingIndicated(EventHandler<JulianDateThresholdCrossingIndicatedEventArgs> value)
Adds a handler for an event that is raised when two points are found that indicate a threshold was crossed.
|
void |
OptimizerMultivariableFunction.removeDerivativeEvaluationEvent(EventHandler<OptimizerFunctionDerivativeEvaluatedEventArgs> value)
An event that gets raised when the derivative of the function is evaluated.
|
void |
SolvableMultivariableFunction.removeDerivativeEvaluationEvent(EventHandler<SolverFunctionDerivativeEvaluatedEventArgs> value)
An event that gets raised when the derivative of the function is evaluated.
|
void |
DoubleFunctionExplorer.removeFunctionSampled(EventHandler<DoubleFunctionSampledEventArgs> value)
Removes a handler for an event that is raised each time a function is sampled.
|
void |
DurationFunctionExplorer.removeFunctionSampled(EventHandler<DurationFunctionSampledEventArgs> value)
Removes a handler for an event that is raised each time a function is sampled.
|
void |
JulianDateFunctionExplorer.removeFunctionSampled(EventHandler<JulianDateFunctionSampledEventArgs> value)
Removes a handler for an event that is raised each time a function is sampled.
|
void |
DoubleFunctionExplorer.removeLocalExtremumFound(EventHandler<DoubleExtremumFoundEventArgs> value)
Raised when a precise local minimum or maximum has been found.
|
void |
DurationFunctionExplorer.removeLocalExtremumFound(EventHandler<DurationExtremumFoundEventArgs> value)
Raised when a precise local minimum or maximum has been found.
|
void |
JulianDateFunctionExplorer.removeLocalExtremumFound(EventHandler<JulianDateExtremumFoundEventArgs> value)
Raised when a precise local minimum or maximum has been found.
|
void |
DoubleFunctionExplorer.removeLocalExtremumIndicated(EventHandler<DoubleExtremumIndicatedEventArgs> value)
Removes a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
|
void |
DurationFunctionExplorer.removeLocalExtremumIndicated(EventHandler<DurationExtremumIndicatedEventArgs> value)
Removes a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
|
void |
JulianDateFunctionExplorer.removeLocalExtremumIndicated(EventHandler<JulianDateExtremumIndicatedEventArgs> value)
Removes a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
|
void |
TargetedSegmentListParameterOptimizer.removeNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal orbit is evaluated with no perturbations.
|
void |
OptimizerMultivariableFunction.removeNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal function is evaluated.
|
void |
TargetedSegmentListDifferentialCorrector.removeNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal orbit is evaluated with no perturbations.
|
void |
SolvableMultivariableFunction.removeNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal function is evaluated.
|
void |
TargetedSegmentListParameterOptimizer.removePerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed orbit is computed.
|
void |
OptimizerMultivariableFunction.removePerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
|
void |
TargetedSegmentListDifferentialCorrector.removePerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed orbit is computed.
|
void |
SolvableMultivariableFunction.removePerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
|
void |
DoubleFunctionExplorer.removeThresholdCrossingFound(EventHandler<DoubleThresholdCrossingFoundEventArgs> value)
Removes a handler for an event that is raised when a precise threshold crossing has been found.
|
void |
DurationFunctionExplorer.removeThresholdCrossingFound(EventHandler<DurationThresholdCrossingFoundEventArgs> value)
Removes a handler for an event that is raised when a precise threshold crossing has been found.
|
void |
JulianDateFunctionExplorer.removeThresholdCrossingFound(EventHandler<JulianDateThresholdCrossingFoundEventArgs> value)
Removes a handler for an event that is raised when a precise threshold crossing has been found.
|
void |
DoubleFunctionExplorer.removeThresholdCrossingIndicated(EventHandler<DoubleThresholdCrossingIndicatedEventArgs> value)
Removes a handler for an event that is raised when two points are found that indicate a threshold was crossed.
|
void |
DurationFunctionExplorer.removeThresholdCrossingIndicated(EventHandler<DurationThresholdCrossingIndicatedEventArgs> value)
Removes a handler for an event that is raised when two points are found that indicate a threshold was crossed.
|
void |
JulianDateFunctionExplorer.removeThresholdCrossingIndicated(EventHandler<JulianDateThresholdCrossingIndicatedEventArgs> value)
Removes a handler for an event that is raised when two points are found that indicate a threshold was crossed.
|
Modifier and Type | Method and Description |
---|---|
void |
StoppablePropagatorDefinition.addAnyConditionSatisfied(EventHandler<StoppingConditionEventFoundEventArgs> value)
Adds a handler for an event that is raised when any of the
StoppingConditions are satisfied. |
void |
NumericalPropagator.addExceptionDuringPropagation(EventHandler<ExceptionDuringPropagationEventArgs> value)
Gets the instance of the event handler which will be triggered after
the propagator throws an exception.
|
void |
LambertOrbitSolver.addFailedToConvergeEvent(EventHandler<LambertOrbitSolver.FailedToConvergeEventArgs> value)
Adds a handler for an event that is raised when the fixed duration method fails to converge.
|
void |
NumericalPropagator.addStepTaken(EventHandler<PropagationEventArgs> value)
Gets the instance of the event handler which will be triggered after
every time the propagator takes an integration step.
|
void |
StoppablePropagator.addStepTaken(EventHandler<StoppablePropagatorStepTakenArgs> value)
Gets the instance of the event handler which will be triggered after
every time this
StoppablePropagator takes an integration step. |
void |
SimpleAscentPropagator.addWarningsHandler(EventHandler<SimpleAscentPropagatorWarnings> value)
An event that can be used to check for/handle warnings produced during propagation.
|
void |
StoppablePropagatorDefinition.removeAnyConditionSatisfied(EventHandler<StoppingConditionEventFoundEventArgs> value)
Removes a handler for an event that is raised when any of the
StoppingConditions are satisfied. |
void |
NumericalPropagator.removeExceptionDuringPropagation(EventHandler<ExceptionDuringPropagationEventArgs> value)
Gets the instance of the event handler which will be triggered after
the propagator throws an exception.
|
void |
LambertOrbitSolver.removeFailedToConvergeEvent(EventHandler<LambertOrbitSolver.FailedToConvergeEventArgs> value)
Removes a handler for an event that is raised when the fixed duration method fails to converge.
|
void |
NumericalPropagator.removeStepTaken(EventHandler<PropagationEventArgs> value)
Gets the instance of the event handler which will be triggered after
every time the propagator takes an integration step.
|
void |
StoppablePropagator.removeStepTaken(EventHandler<StoppablePropagatorStepTakenArgs> value)
Gets the instance of the event handler which will be triggered after
every time this
StoppablePropagator takes an integration step. |
void |
SimpleAscentPropagator.removeWarningsHandler(EventHandler<SimpleAscentPropagatorWarnings> value)
An event that can be used to check for/handle warnings produced during propagation.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateSegment.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
TargetedSegmentList.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
SwitchableSegment.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
StopSegment.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
ReturnSegment.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
PropagateSegment.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
InitialStateSegment.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
ImpulsiveManeuverSegment.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
FollowSegment.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
BasicLaunchSegment.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
SegmentPropagator.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation finishes.
|
void |
SegmentList.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
abstract void |
SegmentDefinition.addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
PropagateSegment.addStepTaken(EventHandler<StoppablePropagatorStepTakenArgs> value)
An event that will be raised every time a step is taken by the underlying
StoppablePropagator . |
void |
UpdateSegment.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
TargetedSegmentList.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
SwitchableSegment.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
StopSegment.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
ReturnSegment.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
PropagateSegment.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
InitialStateSegment.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
ImpulsiveManeuverSegment.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
FollowSegment.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
BasicLaunchSegment.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
SegmentPropagator.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation finishes.
|
void |
SegmentList.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
abstract void |
SegmentDefinition.removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs> value)
An event that gets raised when propagation is complete.
|
void |
PropagateSegment.removeStepTaken(EventHandler<StoppablePropagatorStepTakenArgs> value)
An event that will be raised every time a step is taken by the underlying
StoppablePropagator . |
Modifier and Type | Method and Description |
---|---|
void |
EntitySet.addChanged(EventHandler<EntitySetChangedEventArgs<TEntity>> value)
Adds a handler for an event that is raised when entities are added to or removed from this entity set.
|
void |
EntitySet.removeChanged(EventHandler<EntitySetChangedEventArgs<TEntity>> value)
Removes a handler for an event that is raised when entities are added to or removed from this entity set.
|