Uses of Interface
org.deepsymmetry.beatlink.data.AlbumArtListener
-
Packages that use AlbumArtListener Package Description org.deepsymmetry.beatlink.data Offers rich information about the tracks loaded in players on the network. -
-
Uses of AlbumArtListener in org.deepsymmetry.beatlink.data
Methods in org.deepsymmetry.beatlink.data that return types with arguments of type AlbumArtListener Modifier and Type Method Description Set<AlbumArtListener>ArtFinder. getAlbumArtListeners()Get the set of currently-registered album art listeners.Methods in org.deepsymmetry.beatlink.data with parameters of type AlbumArtListener Modifier and Type Method Description voidArtFinder. addAlbumArtListener(AlbumArtListener listener)Adds the specified album art listener to receive updates when the album art for a player changes.voidArtFinder. removeAlbumArtListener(AlbumArtListener listener)Removes the specified album art listener so that it no longer receives updates when the album art for a player changes.
-