uk.org.ogsadai.client.databrowser
Interface ResultView
- All Superinterfaces:
- java.util.Observer
- All Known Implementing Classes:
- DBResultSetView, DBUpdateCountView, DBXMLResourceView
- public interface ResultView
- extends java.util.Observer
A view used to display results. The view will observe a given model for
its results and display then when received.
- Author:
- OGSA-DAI team
Method Summary |
void |
stopObserving()
Stops this view observing the model. |
Methods inherited from interface java.util.Observer |
update |
stopObserving
public void stopObserving()
- Stops this view observing the model. Useful if there is an error elsewhere
and we don't want this view to continue monitoring.