package streamExample.agent; import java.awt.image.BufferedImage; public interface ImageSource { public BufferedImage getImage(); }