Package com.explodingpixels.macwidgets
Interface SourceListSelectionListener
public interface SourceListSelectionListener
An interface for listening to
SourceListItem
selections.-
Method Summary
-
Method Details
-
sourceListItemSelected
Called when aSourceListItem
is selected in aSourceList
.- Parameters:
item
- the item that was selected.
-