|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScenarioListener
A listener for ScenarioEvents. Any object interested in such events should implement this interface.
Method Summary | |
---|---|
void |
observationsAdded(ScenarioEvent se,
java.util.List obs,
boolean allowAutoPropagation)
Invoked whenever an Observation has been added to a Scenario. |
void |
observationsRemoved(ScenarioEvent se,
java.util.List obs,
boolean allowAutoPropagation)
Invoked whenever an Observation has been removed from a Scenario. |
void |
scenarioAttributeChanged(ScenarioEvent se,
int attribute)
Fired whenever an attribute of the scenario is modified. |
Method Detail |
---|
void observationsAdded(ScenarioEvent se, java.util.List obs, boolean allowAutoPropagation)
se
- the event encapsulating information about the changeallowAutoPropagation
- If this flag is set to false Auto Propagation will not occur
even if Auto Propagation is ON.void observationsRemoved(ScenarioEvent se, java.util.List obs, boolean allowAutoPropagation)
se
- the event encapsulating information about the changevoid scenarioAttributeChanged(ScenarioEvent se, int attribute)
se
- attribute
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |