|
Draw2d 3.9.100.201405261516 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateListener
An interface used to notify listeners that the listened to object is updating.
Method Summary | |
---|---|
void |
notifyPainting(Rectangle damage,
java.util.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 |
---|
void notifyPainting(Rectangle damage, java.util.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 regionsvoid notifyValidating()
|
Draw2d 3.9.100.201405261516 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |