Repaint request event is thrown 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.
Inheritance Path. java.lang.Object-> java.util.EventObject-> com.itmill.toolkit.terminal.Paintable.RepaintRequestEvent
Parameters
source
The paintable needing repaint
Construct new event.