Format:
Recent snippets matching tags of Recursivity
/** * Advance to the next track(file), until the end of the list * @throws EndOfListReachedException */ public void nextTrack() throws EndOfListReachedException { try { incrementFileSlot(); playTrack(this.getCurrentFile()); } catch (InvalidExtensionException ex) { //Recursive call
112 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
