package com.tridium.gx.awt; import java.awt.Image; public interface ImageAnimator { boolean animate(); Image getAnimatedImage(); }