NASA World Wind

gov.nasa.worldwind.applications.gio.esg
Class ESGController

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.esg.ESGController
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class ESGController
extends Object
implements PropertyChangeListener


Constructor Summary
ESGController(ESGCatalogPanel esgPanel)
           
 
Method Summary
protected  void addResultActor()
           
 CSWConnectionPool getConnectionPool()
           
 int getThreadPoolSize()
           
protected  void onBrowse(AVList params)
           
protected  void onBrowse(String path)
           
protected  void onGetServiceData(ESGResultModel resultModel)
           
protected  void onGetServiceInfo(ESGResultModel resultModel)
           
protected  void onGetServiceMetadata(ESGResultModel resultModel)
           
protected  void onGetServices()
           
protected  void onShowServiceDetails(ESGResultModel resultModel)
           
protected  void onUpdateServiceData(ESGResultModel resultModel, ServiceData serviceData)
           
 void propertyChange(PropertyChangeEvent evt)
           
protected  void removeResultActor()
           
 void setThreadPoolSize(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESGController

public ESGController(ESGCatalogPanel esgPanel)
Method Detail

addResultActor

protected void addResultActor()

getConnectionPool

public CSWConnectionPool getConnectionPool()

getThreadPoolSize

public int getThreadPoolSize()

onBrowse

protected void onBrowse(AVList params)

onBrowse

protected void onBrowse(String path)

onGetServiceData

protected void onGetServiceData(ESGResultModel resultModel)

onGetServiceInfo

protected void onGetServiceInfo(ESGResultModel resultModel)

onGetServiceMetadata

protected void onGetServiceMetadata(ESGResultModel resultModel)

onGetServices

protected void onGetServices()

onShowServiceDetails

protected void onShowServiceDetails(ESGResultModel resultModel)

onUpdateServiceData

protected void onUpdateServiceData(ESGResultModel resultModel,
                                   ServiceData serviceData)

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

removeResultActor

protected void removeResultActor()

setThreadPoolSize

public void setThreadPoolSize(int size)

NASA World Wind