Uses of Interface
net.sourceforge.atunes.kernel.modules.contextInformation.AlbumListInfo

Packages that use AlbumListInfo
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm   
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data   
 

Uses of AlbumListInfo in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm that return AlbumListInfo
 AlbumListInfo LastFmService.getAlbumList(java.lang.String artist)
          Gets the album list.
static AlbumListInfo LastFmCache.retrieveAbumList(java.lang.String artist)
          Retrieves an albumList from cache.
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm with parameters of type AlbumListInfo
static void LastFmCache.storeAlbumList(java.lang.String artist, AlbumListInfo list)
          Store an album list at cache.
 

Uses of AlbumListInfo in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data
 

Classes in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that implement AlbumListInfo
 class LastFmAlbumList
          The Class LastFmAlbumList.
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that return AlbumListInfo
static AlbumListInfo LastFmAlbumList.getAlbumList(java.util.Collection<Album> as, java.lang.String artist)
          Gets the album list.
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.