net.sourceforge.nrl.parser.operators
Class PropertyAwareObject

java.lang.Object
  extended by 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

Constructor Summary
PropertyAwareObject()
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener l)
           
 void removePropertyChangeListener(PropertyChangeListener l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAwareObject

public PropertyAwareObject()
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener l)

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener l)


Copyright © 2006-2010 Christian Nentwich and others