gov.nasa.worldwind.event
Class NoOpInputHandler
java.lang.Object
gov.nasa.worldwind.avlist.AVListImpl
gov.nasa.worldwind.WWObjectImpl
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.
| 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 |
NoOpInputHandler
public NoOpInputHandler()
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