public class ScenarioFactorValueEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
factorId |
protected Object |
factorNewValue |
protected Object |
factorOldValue |
source| Constructor and Description |
|---|
ScenarioFactorValueEvent(Scenario scenario,
String factorId,
Object factorOldValue,
Object factorNewValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFactorId() |
Object |
getFactorNewValue() |
Object |
getFactorOldValue() |
Scenario |
getSource() |
toStringCopyright © 2011–2014 Code Lutin. All rights reserved.