package io.gitlab.jfronny.ImgJava.util; public interface ImageObserver { void resize(); void repaint(Picture p); }