|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.engine.PropertyEvent
public class PropertyEvent
An event fired by changes to a model's properties/parameters. A PropertyEvent identifies the property associated with the PropertyEvent and the current value of that Property. The property identifier should be some simulation specific constant.
| Constructor Summary | |
|---|---|
PropertyEvent(int propertyId,
java.lang.Object propertyValue)
Creates a new PropertyEvent using the specified paramters. |
|
| Method Summary | |
|---|---|
int |
getPropertyId()
Gets the property identifier for this event. |
java.lang.Object |
getPropertyValue()
Gets the value of this property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyEvent(int propertyId,
java.lang.Object propertyValue)
propertyId - the integer identifier of the property associated with
this event. This should be some simulation specific constant.propertyValue - the value of the property.| Method Detail |
|---|
public int getPropertyId()
public java.lang.Object getPropertyValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||