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

Packages that use ResponseStatus
de.umass.lastfm.scrobble   
 

Uses of ResponseStatus in de.umass.lastfm.scrobble
 

Methods in de.umass.lastfm.scrobble that return ResponseStatus
 ResponseStatus Scrobbler.handshake(Session session)
          Deprecated. Performs a web-service handshake.
 ResponseStatus Scrobbler.handshake(String password)
          Deprecated. Performs a standard handshake with the user's password.
 ResponseStatus Scrobbler.nowPlaying(String artist, String track)
          Deprecated. Submits 'now playing' information.
 ResponseStatus Scrobbler.nowPlaying(String artist, String track, String album, int length, int tracknumber)
          Deprecated. Submits 'now playing' information.
 ResponseStatus Scrobbler.submit(Collection<SubmissionData> data)
          Deprecated. Scrobbles up to 50 songs at once.
 ResponseStatus Scrobbler.submit(String artist, String track, String album, int length, int tracknumber, Source source, long startTime)
          Deprecated. Scrobbles a song.
 ResponseStatus Scrobbler.submit(SubmissionData data)
          Deprecated. Scrobbles a song.
 



Copyright © 2012. All Rights Reserved.