Interface SearchedItemPanelSourceUI
- All Known Implementing Classes:
SearchedItemPagination
public interface SearchedItemPanelSourceUI
The
SearchedItemPanelSourceUI interface represents a UI component that can serve as a source for searched item panels.
It defines a method for adding a SearchedItemPanelInteractor to receive item selection events from the searched item panels.-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds aSearchedItemPanelInteractorto receive item selection events from the searched item panels.
-
Method Details
-
addSearchedItemPanelInteractor
Adds aSearchedItemPanelInteractorto receive item selection events from the searched item panels.- Parameters:
interactor- TheSearchedItemPanelInteractorto add.- Preconditions:
- interactor is not null.
-