nl.tudelft.goal.ut2004.visualizer.services
Interface ISelectionListener<E>

Package class diagram package ISelectionListener

public interface ISelectionListener<E>

Listener for changes in selection of some set. At most one item can be selected.

Author:
Honza

Method Summary
 void selectionChanged(E oldSelection, E newSelection)
          Notify method that selected item has changed.
 

Method Detail

selectionChanged

void selectionChanged(E oldSelection,
                      E newSelection)
Notify method that selected item has changed. When this is called, source already has newSelection as the selection

Parameters:
oldSelection - what was originally selected
newSelection - what is selected now.


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.