|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.audioscrobbler.submitter.Submitter
public class Submitter
The Class Submitter.
Constructor Summary | |
---|---|
Submitter()
|
Method Summary | |
---|---|
static void |
setPassword(java.lang.String password)
Sets the password. |
static void |
setProxy(Proxy proxy)
Sets the proxy. |
static void |
setUser(java.lang.String user)
Sets the user. |
static void |
submitTrack(AudioFile file,
long secondsPlayed)
Submit track. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Submitter()
Method Detail |
---|
public static void setPassword(java.lang.String password)
password
- the password to setpublic static void setProxy(Proxy proxy)
proxy
- the proxy to setpublic static void setUser(java.lang.String user)
user
- the user to setpublic static void submitTrack(AudioFile file, long secondsPlayed) throws SubmitterException
file
- the filesecondsPlayed
- the seconds played
SubmitterException
- the submitter exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |