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.


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
 

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-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook