Analytical Perspectives in Game Design
|
All Packages Class Hierarchy This Package Previous Next Index Class bvyy.beans.ModifiableChangeEventjava.lang.Object | +----java.util.EventObject | +----java.beans.PropertyChangeEvent | +----bvyy.beans.ModifiableChangeEvent
This class extends the property change event and allows the new value of the property to be modified. This is to allow the modifiable listeners to actually change the event.
protected Object myNewValue public ModifiableChangeEvent(Object source, String propertyName, Object oldValue, Object newValue) public synchronized void setOldValue(Object newNewValue) public Object getNewValue()
All Packages Class Hierarchy This Package Previous Next Index |
22/11/99
|
See also: [Role
Playing Games] [Game Engine] |