Interface SearchedItemPanelInteractor
- All Known Implementing Classes:
RecentlyViewedManager, SimilarItemsManager
public interface SearchedItemPanelInteractor
Interface for interacting with instances of the
SearchedItemPanel class, allowing actions to be taken when an item is selected.-
Method Summary
Modifier and TypeMethodDescriptionvoidonItemSelected(String itemId) Method to be called when an item is selected in the search results.
-
Method Details
-
onItemSelected
Method to be called when an item is selected in the search results.- Parameters:
itemId- The ID of the selected item.
-