org.eclipse.emf.importer.rose.parser
Class RoseComponent

java.lang.Object
  extended byorg.eclipse.emf.importer.rose.parser.RoseComponent
Direct Known Subclasses:
RoseLoader, RoseWriter

public class RoseComponent
extends Object

A common class for property change event producers.


Field Summary
protected  List listeners
           
 
Constructor Summary
RoseComponent()
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener l)
           
 void firePropertyChange(String propertyName, int oldValue, int newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listeners

protected List listeners
Constructor Detail

RoseComponent

public RoseComponent()
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener l)

firePropertyChange

public void firePropertyChange(String propertyName,
                               int oldValue,
                               int newValue)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.