Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.virtuosotechnologies.asaph.model.SongDeletedException

Uses of SongDeletedException in com.virtuosotechnologies.asaph.model
 

Methods in com.virtuosotechnologies.asaph.model that throw SongDeletedException
 boolean SongDatabase.isSongFresh(Song song)
          Check the commit count to see if this song is still fresh.
 void SongDatabase.commitSong(Song song)
          Commit changes to this song.
 void SongDatabase.forceCommitSong(Song song)
          Commit changes to this song.
 void SongDatabase.forceCommitSongAs(Song song, SongID songID)
          Force-commit a song as the given SongID.