net.sourceforge.nrl.parser.operators
Class PropertyAwareObject
java.lang.Object
net.sourceforge.nrl.parser.operators.PropertyAwareObject
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ImplementationDetail, Operator, Operators, Parameter
public abstract class PropertyAwareObject
- extends Object
- implements Serializable
Superclass of all model objects. Adds basic events to be fired on mdoel
changes.
- Since:
- 1.5.0
- See Also:
- Serialized Form
PropertyAwareObject
public PropertyAwareObject()
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
Copyright © 2006-2010 Christian Nentwich and others