NASA World Wind

gov.nasa.worldwind.examples
Class InstalledData.Installer

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.examples.InstalledData.Installer
All Implemented Interfaces:
AVList, WWObject, PropertyChangeListener, EventListener
Enclosing class:
InstalledData

public static class InstalledData.Installer
extends WWObjectImpl


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
InstalledData.Installer(InstalledData.Controller controller, DataStoreProducer producer, AVList parameters, DataSource[] dataSources, String installLocation)
           
 
Method Summary
 void install()
           
 void installInNonUIThread(Runnable onFinished)
           
 void propertyChange(PropertyChangeEvent evt)
          The property change listener for this instance.
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 

Constructor Detail

InstalledData.Installer

public InstalledData.Installer(InstalledData.Controller controller,
                               DataStoreProducer producer,
                               AVList parameters,
                               DataSource[] dataSources,
                               String installLocation)
Method Detail

install

public void install()
             throws Exception
Throws:
Exception

installInNonUIThread

public void installInNonUIThread(Runnable onFinished)

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Description copied from class: WWObjectImpl
The property change listener for this instance. Recieves property change notifications that this instance has registered with other proprty change notifiers.

Specified by:
propertyChange in interface PropertyChangeListener
Overrides:
propertyChange in class WWObjectImpl
Parameters:
evt - the event

NASA World Wind