de.umass.lastfm.scrobble
Class SubmissionData

java.lang.Object
  extended byde.umass.lastfm.scrobble.SubmissionData

Deprecated. The 1.2.x scrobble protocol has now been deprecated in favour of the 2.0 protocol which is part of the Last.fm web services API.

public class SubmissionData
extends Object

Bean that contains track information.

Author:
Janni Kovacs
See Also:
ScrobbleData, Track.scrobble(ScrobbleData, de.umass.lastfm.Session)

Constructor Summary
SubmissionData()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmissionData

public SubmissionData()
Deprecated.