NASA World Wind

gov.nasa.worldwind
Class WWObjectImpl

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
All Implemented Interfaces:
AVList, WWObject, java.beans.PropertyChangeListener, java.util.EventListener
Direct Known Subclasses:
AbstractLayer, AbstractSceneController, AbstractView, AWTInputHandler, BasicElevationModel, BasicModel, BasicRetrievalService, DrawContextImpl, EllipsoidalGlobe, FlatGlobe, LevelSet, LicenseAgreement, RectangularTessellator, ThreadedTaskService, URLRetriever, WorldWindowImpl

public class WWObjectImpl
extends AVListImpl
implements WWObject

Implements WWObject functionality. Meant to be either subclassed or aggretated by classes implementing WWObject.


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
WWObjectImpl()
          Constructs a new WWObjectImpl.
WWObjectImpl(java.lang.Object source)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent propertyChangeEvent)
          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

WWObjectImpl

public WWObjectImpl()
Constructs a new WWObjectImpl.


WWObjectImpl

public WWObjectImpl(java.lang.Object source)
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent propertyChangeEvent)
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 java.beans.PropertyChangeListener
Parameters:
propertyChangeEvent - the event
Throws:
java.lang.IllegalArgumentException - if propertyChangeEvent is null

NASA World Wind