Connection connection = despotify.manager.getManagedConnection();
Player player = new Player(connection);
new LoadTracks(despotify.store, despotify.defaultTracks).send(despotify.manager);
player.play(despotify.defaultTracks[0], new PlaybackListener(){
@Override
public void playbackStarted(Track track) {
//To change body of implemented methods use File | Settings | File Templates.
}