public interface PaintListener
extends java.util.EventListener
void prePaint(Display d, java.awt.Graphics2D g)
d - the Display about to paint itselfg - the Graphics context for the Displayvoid postPaint(Display d, java.awt.Graphics2D g)
d - the Display about to paint itselfg - the Graphics context for the Display