org.springframework.richclient.util
Class ValueMonitor

Show UML class diagram
java.lang.Object
  extended by java.util.Observable
      extended by org.springframework.richclient.util.ValueMonitor

public class ValueMonitor
extends Observable


Constructor Summary
ValueMonitor()
           
 
Method Summary
 void setValue(Object newValue)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueMonitor

public ValueMonitor()
Method Detail

setValue

public void setValue(Object newValue)


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.