public interface PaintListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
postPaint(Display d,
java.awt.Graphics2D g)
Notification that Display painting has completed.
|
void |
prePaint(Display d,
java.awt.Graphics2D g)
Notification that Display painting is beginning.
|
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