brain.gui.Observables
Class ObservableVariable<Type>

java.lang.Object
  extended by java.util.Observable
      extended by brain.gui.Observables.ObservableVariable<Type>
All Implemented Interfaces:
java.io.Serializable

public class ObservableVariable<Type>
extends java.util.Observable
implements java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

ObservableVariable

public ObservableVariable()

ObservableVariable

public ObservableVariable(Type value)
Method Detail

setValue

public void setValue(Type value)

getValue

public Type getValue()

equals

public boolean equals(java.lang.Object otherValue)
Overrides:
equals in class java.lang.Object