Interface Paintable.RepaintRequestListener

Listen repaint requests. The repaintRequested() method is called when the paintable needs to be repainted. This is typically done when the paint() method would return dissimilar UIDL from the previous call of the method.

repaintRequested(Paintable.RepaintRequestEvent)

Parameters

event

The repaint request event specifying the paintable source.

Receive repaint request events.