Analytical Perspectives in Game Design


 

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bvyy.beans.ModifiableChangeEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----java.beans.PropertyChangeEvent
                   |
                   +----bvyy.beans.ModifiableChangeEvent

public class ModifiableChangeEvent
extends PropertyChangeEvent

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.

Version:
0.0.1 28 May 1998
Author:
(c)1998 Brian Voon Yee Yap

Variable Index

 o myNewValue
 

Constructor Index

 o ModifiableChangeEvent(Object, String, Object, Object)
 

Method Index

 o getNewValue()
 
 o setOldValue(Object)
 

Variables

 o myNewValue

 protected Object myNewValue

Constructors

 o ModifiableChangeEvent

 public ModifiableChangeEvent(Object source,
                              String propertyName,
                              Object oldValue,
                              Object newValue)

Methods

 o setOldValue

 public synchronized void setOldValue(Object newNewValue)

 o getNewValue

 public Object getNewValue()
Overrides:
getNewValue in class PropertyChangeEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index

22/11/99

 


See also: [Role Playing Games] [Game Engine]
© 1998, 1999 Brian Yap. These pages are available under the GNU licence.