com.vaadin.terminal
Class Paintable.RepaintRequestEvent
java.lang.Object
java.util.EventObject
com.vaadin.terminal.Paintable.RepaintRequestEvent
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- Paintable
public static class Paintable.RepaintRequestEvent
- extends EventObject
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.
- See Also:
- Serialized Form
Paintable.RepaintRequestEvent
public Paintable.RepaintRequestEvent(Paintable source)
- Constructs a new event.
- Parameters:
source
- the paintable needing repaint.
getPaintable
public Paintable getPaintable()
- Gets the paintable needing repainting.
- Returns:
- Paintable for which the
paint
method will return
dissimilar UIDL from the previous call of the method.
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.