org.openstreetmap.josm.actions
Class JosmAction.SelectionChangeAdapter

java.lang.Object
  extended by org.openstreetmap.josm.actions.JosmAction.SelectionChangeAdapter
All Implemented Interfaces:
SelectionChangedListener
Enclosing class:
JosmAction

private class JosmAction.SelectionChangeAdapter
extends java.lang.Object
implements SelectionChangedListener

Adapter for selection change events


Constructor Summary
private JosmAction.SelectionChangeAdapter()
           
 
Method Summary
 void selectionChanged(java.util.Collection<? extends OsmPrimitive> newSelection)
          Informs the listener that the selection in the dataset has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JosmAction.SelectionChangeAdapter

private JosmAction.SelectionChangeAdapter()
Method Detail

selectionChanged

public void selectionChanged(java.util.Collection<? extends OsmPrimitive> newSelection)
Description copied from interface: SelectionChangedListener
Informs the listener that the selection in the dataset has changed.

Specified by:
selectionChanged in interface SelectionChangedListener
Parameters:
newSelection - The new selection.


JOSM