it.amattioli.applicate.selection
Interface SelectionListener
- All Known Subinterfaces:
- ObjectBrowser<I,T>
- All Known Implementing Classes:
- ObjectBrowserImpl
public interface SelectionListener
This interface must be implemented by all the objects that need
to be notified of a SelectionEvent.
Every time that an object is selected in a Selector, an event will be
sent to all listening objects caling objectSelected(SelectionEvent).
- Author:
- a.mattioli
objectSelected
void objectSelected(SelectionEvent event)
- Will be called every time an object is selected in a
Selector service
on which this listener has been registered.
- Parameters:
event - the selection event
Copyright © 2011. All Rights Reserved.