cz.cuni.amis.nb.pogamut.unreal.services
Interface ISelectionListener<E>
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. |
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 selectednewSelection - what is selected now.
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.