fr.reseaumexico.model.event
Class InputDesignScenarioEvent

java.lang.Object
  extended by java.util.EventObject
      extended by fr.reseaumexico.model.event.InputDesignScenarioEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InputDesignFactorEvent

public class InputDesignScenarioEvent
extends EventObject

Event fired when Scenario change on InputDesign

Since:
0.1
Author:
sletellier
See Also:
Serialized Form

Field Summary
protected  Scenario scenario
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InputDesignScenarioEvent(InputDesign inputDesign, Scenario scenario)
           
 
Method Summary
 Scenario getScenario()
           
 InputDesign 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

scenario

protected Scenario scenario
Constructor Detail

InputDesignScenarioEvent

public InputDesignScenarioEvent(InputDesign inputDesign,
                                Scenario scenario)
Method Detail

getSource

public InputDesign getSource()
Overrides:
getSource in class EventObject

getScenario

public Scenario getScenario()


Copyright © 2011-2012 Code Lutin. All Rights Reserved.