com.itmill.toolkit.terminal
Interface Paintable.RepaintRequestListener
- All Known Implementing Classes:
- Accordion, CommunicationManager, TabSheet
- Enclosing interface:
- Paintable
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.
repaintRequested
void repaintRequested(Paintable.RepaintRequestEvent event)
- Receives repaint request events.
- Parameters:
event
- the repaint request event specifying the paintable source.
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.