org.argouml.kernel
Class DelayedChangeNotify

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

public class DelayedChangeNotify
extends java.lang.Object
implements java.lang.Runnable

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


Field Summary
(package private)  DelayedVChangeListener _listener
           
(package private)  java.beans.PropertyChangeEvent _pce
           
 
Constructor Summary
DelayedChangeNotify(DelayedVChangeListener list, java.beans.PropertyChangeEvent pce)
           
 
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

DelayedVChangeListener _listener

_pce

java.beans.PropertyChangeEvent _pce
Constructor Detail

DelayedChangeNotify

public DelayedChangeNotify(DelayedVChangeListener list,
                           java.beans.PropertyChangeEvent pce)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


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