package com.nutiteq.ui; /** * Interface for objects that have the ability to call screen updates. */ public interface DisplayUpdater { void repaint(); }