Uses of Interface
adams.gui.event.RecentItemListener
-
Packages that use RecentItemListener Package Description adams.gui.core -
-
Uses of RecentItemListener in adams.gui.core
Fields in adams.gui.core with type parameters of type RecentItemListener Modifier and Type Field Description protected HashSet<RecentItemListener<M,T>>
AbstractRecentItemsHandler. m_Listeners
the event listeners.Methods in adams.gui.core with parameters of type RecentItemListener Modifier and Type Method Description void
AbstractRecentItemsHandler. addRecentItemListener(RecentItemListener<M,T> l)
Adds the listener to the internal list.void
AbstractRecentItemsHandler. removeRecentItemListener(RecentItemListener<M,T> l)
Removes the listener from the internal list.
-