PaintListener

Classes which implement this interface provide methods that deal with the events that are generated when the control needs to be painted. <p> After creating an instance of a class that : this interface it can be added to a control using the <code>addPaintListener</code> method and removed using the <code>removePaintListener</code> method. When a paint event occurs, the paintControl method will be invoked. </p>

@see PaintEvent

Members

Functions

paintControl
void paintControl(PaintEvent e)

Sent when a paint event occurs for the control.

Meta