/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.demo.fileservice; import java.awt.image.BufferedImage; /** * * @author edwin */ public interface Thumbnail { BufferedImage getThumbnail(); }