public interface ISelect { /* Return true if this Object should be selected */ public boolean select(ImageFile o); }