NASA World Wind

gov.nasa.worldwind.event
Class NoOpInputHandler

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.event.NoOpInputHandler
All Implemented Interfaces:
AVList, InputHandler, WWObject, PropertyChangeListener, EventListener

public class NoOpInputHandler
extends WWObjectImpl
implements InputHandler

Provides an input handler that does nothing. Meant to serve as a NULL assignment that can be invoked.


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
NoOpInputHandler()
           
 
Method Summary
 void addKeyListener(KeyListener listener)
           
 void addMouseListener(MouseListener listener)
           
 void addMouseMotionListener(MouseMotionListener listener)
           
 void addMouseWheelListener(MouseWheelListener listener)
           
 void addSelectListener(SelectListener listener)
           
 void dispose()
           
 WorldWindow getEventSource()
           
 int getHoverDelay()
           
 void removeKeyListener(KeyListener listener)
           
 void removeMouseListener(MouseListener listener)
           
 void removeMouseMotionListener(MouseMotionListener listener)
           
 void removeMouseWheelListener(MouseWheelListener listener)
           
 void removeSelectListener(SelectListener listener)
           
 void setEventSource(WorldWindow newWorldWindow)
           
 void setHoverDelay(int delay)
           
 
Methods inherited from class gov.nasa.worldwind.WWObjectImpl
propertyChange
 
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
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Constructor Detail

NoOpInputHandler

public NoOpInputHandler()
Method Detail

addKeyListener

public void addKeyListener(KeyListener listener)
Specified by:
addKeyListener in interface InputHandler

addMouseListener

public void addMouseListener(MouseListener listener)
Specified by:
addMouseListener in interface InputHandler

addMouseMotionListener

public void addMouseMotionListener(MouseMotionListener listener)
Specified by:
addMouseMotionListener in interface InputHandler

addMouseWheelListener

public void addMouseWheelListener(MouseWheelListener listener)
Specified by:
addMouseWheelListener in interface InputHandler

addSelectListener

public void addSelectListener(SelectListener listener)
Specified by:
addSelectListener in interface InputHandler

dispose

public void dispose()
Specified by:
dispose in interface InputHandler

getEventSource

public WorldWindow getEventSource()
Specified by:
getEventSource in interface InputHandler

getHoverDelay

public int getHoverDelay()
Specified by:
getHoverDelay in interface InputHandler

removeKeyListener

public void removeKeyListener(KeyListener listener)
Specified by:
removeKeyListener in interface InputHandler

removeMouseListener

public void removeMouseListener(MouseListener listener)
Specified by:
removeMouseListener in interface InputHandler

removeMouseMotionListener

public void removeMouseMotionListener(MouseMotionListener listener)
Specified by:
removeMouseMotionListener in interface InputHandler

removeMouseWheelListener

public void removeMouseWheelListener(MouseWheelListener listener)
Specified by:
removeMouseWheelListener in interface InputHandler

removeSelectListener

public void removeSelectListener(SelectListener listener)
Specified by:
removeSelectListener in interface InputHandler

setEventSource

public void setEventSource(WorldWindow newWorldWindow)
Specified by:
setEventSource in interface InputHandler

setHoverDelay

public void setHoverDelay(int delay)
Specified by:
setHoverDelay in interface InputHandler

NASA World Wind