Package com.explodingpixels.macwidgets
Interface SourceListSelectionListener
-
public interface SourceListSelectionListenerAn interface for listening toSourceListItemselections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsourceListItemSelected(SourceListItem item)Called when aSourceListItemis selected in aSourceList.
-
-
-
Method Detail
-
sourceListItemSelected
void sourceListItemSelected(SourceListItem item)
Called when aSourceListItemis selected in aSourceList.- Parameters:
item- the item that was selected.
-
-