de.kleopatra.view.binding
Class DelayedRefresher
java.lang.Object
AbstractValueModel
de.kleopatra.view.binding.DelayedRefresher
- public class DelayedRefresher
- extends AbstractValueModel
Actually, this is a dirty hack to make sure a listener
will be updated with the new value.
Need it if the source is not notifying or if a Adapter
in the valueModel chain will not accept changes during
an update cycle. Should solve more cleanly...
- forces a invoked valueChange with the new value only after
setValue here
- fires a "normal" valueChanged if the source is notifying
- Version:
- $Revision: 1.1.1.1 $ - $Date: 2004/07/09 09:13:18 $
- Author:
- (C) Jeanette Winzenburg, Berlin
- See Also:
- Serialized Form
Field Summary |
protected ValueModel |
source
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
source
protected ValueModel source
DelayedRefresher
public DelayedRefresher(ValueModel source)
invokeRefresh
protected void invokeRefresh(java.lang.Object oldValue)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object newValue)
Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.