Uses of Class
de.umass.lastfm.scrobble.SubmissionData

Packages that use SubmissionData
de.umass.lastfm.cache   
de.umass.lastfm.scrobble   
 

Uses of SubmissionData in de.umass.lastfm.cache
 

Methods in de.umass.lastfm.cache with parameters of type SubmissionData
 void ScrobbleCache.cacheScrobble(SubmissionData... submissions)
          Deprecated. Caches one or more SubmissionData.
 void FileSystemCache.cacheScrobble(SubmissionData... submissions)
           
 

Method parameters in de.umass.lastfm.cache with type arguments of type SubmissionData
 void ScrobbleCache.cacheScrobble(Collection<SubmissionData> submissions)
          Deprecated. Caches a collection of SubmissionData.
 void FileSystemCache.cacheScrobble(Collection<SubmissionData> submissions)
           
 

Uses of SubmissionData in de.umass.lastfm.scrobble
 

Methods in de.umass.lastfm.scrobble with parameters of type SubmissionData
 ResponseStatus Scrobbler.submit(SubmissionData data)
          Deprecated. Scrobbles a song.
 

Method parameters in de.umass.lastfm.scrobble with type arguments of type SubmissionData
 ResponseStatus Scrobbler.submit(Collection<SubmissionData> data)
          Deprecated. Scrobbles up to 50 songs at once.
 



Copyright © 2012. All Rights Reserved.