org.millstone.base.terminal
Interface Paintable.RepaintRequestListener

All Known Implementing Classes:
WebAdapterServlet
Enclosing interface:
Paintable

public static interface Paintable.RepaintRequestListener

Listen 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)
          Receive repaint request events.
 

Method Detail

repaintRequested

public void repaintRequested(Paintable.RepaintRequestEvent event)
Receive repaint request events.

Parameters:
event - The repaint request event specifying the paintable source.


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.