org.argouml.kernel
Class DelayedChangeNotify

java.lang.Object
  extended byorg.argouml.kernel.DelayedChangeNotify
All Implemented Interfaces:
Runnable

public class DelayedChangeNotify
extends Object
implements Runnable

This appears to be a gui specific class, therefore it does not belong in the Kernel.


Field Summary
private  DelayedVChangeListener listener
           
private  PropertyChangeEvent pce
           
 
Constructor Summary
DelayedChangeNotify(DelayedVChangeListener l, PropertyChangeEvent p)
          The constructor.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

private DelayedVChangeListener listener

pce

private PropertyChangeEvent pce
Constructor Detail

DelayedChangeNotify

public DelayedChangeNotify(DelayedVChangeListener l,
                           PropertyChangeEvent p)
The constructor.

Parameters:
l - the listener
p - the event
Method Detail

run

public void run()
Specified by:
run in interface Runnable
See Also:
Runnable.run()


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook