uk.org.ogsadai.client.databrowser
Class DBDataServiceView.DataServiceViewObservable

java.lang.Object
  |
  +--java.util.Observable
        |
        +--uk.org.ogsadai.client.databrowser.DBDataServiceView.DataServiceViewObservable
Enclosing class:
DBDataServiceView

private class DBDataServiceView.DataServiceViewObservable
extends java.util.Observable

Inner class to allow this Observer to be Observed. Necessary so that observers can be notified when the list selection changes.


Field Summary
private static java.lang.String COPYRIGHT_NOTICE
          Copyright statement
 
Fields inherited from class java.util.Observable
 
Constructor Summary
private DBDataServiceView.DataServiceViewObservable()
           
 
Method Summary
 void updateObservers(java.lang.Object obj)
           
 
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
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
Copyright statement

See Also:
Constant Field Values
Constructor Detail

DBDataServiceView.DataServiceViewObservable

private DBDataServiceView.DataServiceViewObservable()
Method Detail

updateObservers

public void updateObservers(java.lang.Object obj)