Ejemplo n.º 1
0
 public boolean hasMoreArtists() {
   if (getArea() == null) return true;
   if (artistBrowse == null) return true;
   return artistBrowse.hasMore();
 }