Uses of Class
org.troy.capstone.managers.RecentlyViewedManager
Packages that use RecentlyViewedManager
-
Uses of RecentlyViewedManager in org.troy.capstone.managers
Methods in org.troy.capstone.managers that return RecentlyViewedManagerModifier and TypeMethodDescription(package private) static RecentlyViewedManagerRecentlyViewedManager.create(ItemRepo itemRepo, SearchedItemPanelDestinationUI destinationUI, SearchedItemPanelSourceUI panelSourceUI) Factory method to create aRecentlyViewedManagerand attach it as a listener to the givenSearchedItemPanelSourceUI, allowing to receive item selection events from within theSearchedItemPanelSourceUI.