Package muntjac :: Package terminal :: Module paintable :: Class IRepaintRequestListener
[hide private]
[frames] | no frames]

Class IRepaintRequestListener

source code

object --+
         |
        IRepaintRequestListener

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.

Instance Methods [hide private]
 
repaintRequested(self, event)
Receives repaint request events.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

repaintRequested(self, event)

source code 

Receives repaint request events.

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