se.datadosen.jalbum
Interface AlbumObjectFilter

All Known Implementing Classes:
JFilterBar

public interface AlbumObjectFilter


Method Summary
 boolean accept(AlbumObject ao)
          Tests whether or not the specified AlbumObject should be included in a children list.
 

Method Detail

accept

boolean accept(AlbumObject ao)
Tests whether or not the specified AlbumObject should be included in a children list.

Parameters:
ao - The AlbumObject to be tested
Returns:
true if and only if AlumObject should be included