org.argouml.kernel
Class DelayedChangeNotify
java.lang.Object
org.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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listener
private DelayedVChangeListener listener
pce
private PropertyChangeEvent pce
DelayedChangeNotify
public DelayedChangeNotify(DelayedVChangeListener l,
PropertyChangeEvent p)
- The constructor.
- Parameters:
l
- the listenerp
- the event
run
public void run()
- Specified by:
run
in interface Runnable
- See Also:
Runnable.run()