We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.
Interface Paintable.RepaintRequestListener
All Superinterfaces:
All Known Implementing Classes:
AbstractCommunicationManager, CommunicationManager, PortletCommunicationManager
Enclosing interface:
- extends Serializable
public static interface Paintable.RepaintRequestListener
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.
Method Summary | |
---|---|
void |
repaintRequested(Paintable.RepaintRequestEvent event)
Receives repaint request events. |
Method Detail |
---|
repaintRequested
void repaintRequested(Paintable.RepaintRequestEvent event)
- Parameters:
event
- the repaint request event specifying the paintable source.
Receives repaint request events.