com.vaadin.terminal
Interface Paintable.RepaintRequestListener
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AbstractCommunicationManager, CommunicationManager, PortletCommunicationManager
- Enclosing interface:
- Paintable
public static interface Paintable.RepaintRequestListener
- extends Serializable
Listens 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
void repaintRequested(Paintable.RepaintRequestEvent event)
- Receives repaint request events.
- Parameters:
event
- the repaint request event specifying the paintable source.
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.