/* BlinkenLightsInteractiveMovieProgram* version 0.4 date 2004-11-15* Copyright (C) 2004: 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 );}