|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
fr.reseaumexico.model.event.InputDesignScenarioEvent
fr.reseaumexico.model.event.InputDesignFactorEvent
public class InputDesignFactorEvent
Event fired when Factor change on InputDesign
| Field Summary | |
|---|---|
protected String |
factorId
|
protected Object |
factorNewValue
|
protected Object |
factorOldValue
|
| Fields inherited from class fr.reseaumexico.model.event.InputDesignScenarioEvent |
|---|
scenario |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
InputDesignFactorEvent(InputDesign inputDesign,
Scenario scenario,
String factorId,
Object oldValue,
Object newValue)
|
|
| Method Summary | |
|---|---|
String |
getFactorId()
|
Object |
getFactorNewValue()
|
Object |
getFactorOldValue()
|
| Methods inherited from class fr.reseaumexico.model.event.InputDesignScenarioEvent |
|---|
getScenario, getSource |
| Methods inherited from class java.util.EventObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String factorId
protected Object factorOldValue
protected Object factorNewValue
| Constructor Detail |
|---|
public InputDesignFactorEvent(InputDesign inputDesign,
Scenario scenario,
String factorId,
Object oldValue,
Object newValue)
| Method Detail |
|---|
public String getFactorId()
public Object getFactorOldValue()
public Object getFactorNewValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||