1 2 3 4 5 6 7
package com.tightvnc.decoder.common; public interface Repaintable { public void scheduleRepaint(int x, int y, int w, int h); }