/* BlinkenLightsInteractiveMovieProgram* version 1.0 date 2005-03-24* Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html* a blinkenarea.org project* powered by eventphone.de*/import java.awt.*;public interface BlinkenFrameDisplayInterceptor{public void blinkenFrameDisplayNewImage( int height, int width, int zoom, Graphics graphics );}