|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface used to notify listeners that the listened to object is updating.
Method Summary | |
void |
notifyPainting(Rectangle damage,
Map dirtyRegions)
Notifies the listener that the listened to object is painting. |
void |
notifyValidating()
Notifies the listener that the listened to object is validating. |
Method Detail |
public void notifyPainting(Rectangle damage, Map dirtyRegions)
Thumbnail
, notification
still needs to occur. The map of dirty regions is passed to allow the listener to
determine if it needs to update, for instance when a particular figure is painting.
damage
- The area being painteddirtyRegions
- a Map of figures to their dirty regionspublic void notifyValidating()
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |