public class StoppingConditionEventFoundEventArgs extends EventArgs
EventArgs for when a StoppingConditionEvent has
been detected.| Constructor and Description |
|---|
StoppingConditionEventFoundEventArgs(StoppingConditionEvent stoppingConditionEvent)
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
StoppingConditionEvent |
getEventFound()
Gets the
StoppingConditionEvent that has been detected. |
ITimeBasedState |
getStateAtEvent()
Gets the state of the
EventFound (get). |
public StoppingConditionEventFoundEventArgs(StoppingConditionEvent stoppingConditionEvent)
stoppingConditionEvent - The StoppingConditionEvent detected.public final StoppingConditionEvent getEventFound()
StoppingConditionEvent that has been detected.public final ITimeBasedState getStateAtEvent()
EventFound (get).