Uses of Interface
org.deepsymmetry.beatlink.data.MetadataCacheListener
-
Packages that use MetadataCacheListener Package Description org.deepsymmetry.beatlink.data Offers rich information about the tracks loaded in players on the network. -
-
Uses of MetadataCacheListener in org.deepsymmetry.beatlink.data
Methods in org.deepsymmetry.beatlink.data that return types with arguments of type MetadataCacheListener Modifier and Type Method Description Set<MetadataCacheListener>MetadataFinder. getCacheListeners()Get the set of currently-registered metadata cache update listeners.Methods in org.deepsymmetry.beatlink.data with parameters of type MetadataCacheListener Modifier and Type Method Description voidMetadataFinder. addCacheListener(MetadataCacheListener listener)Adds the specified cache update listener to receive updates when a metadata cache is attached or detached.voidMetadataFinder. removeCacheListener(MetadataCacheListener listener)Removes the specified cache update listener so that it no longer receives updates when there are changes to the available set of metadata caches.
-