CH.ifa.draw.framework
Interface DrawingChangeListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
DrawingView
All Known Implementing Classes:
StandardDrawingView

public interface DrawingChangeListener
extends java.util.EventListener

Listener interested in Drawing changes.


Method Summary
 void drawingInvalidated(DrawingChangeEvent e)
          Sent when an area is invalid
 void drawingRequestUpdate(DrawingChangeEvent e)
          Sent when the drawing wants to be refreshed
 

Method Detail

drawingInvalidated

void drawingInvalidated(DrawingChangeEvent e)
Sent when an area is invalid


drawingRequestUpdate

void drawingRequestUpdate(DrawingChangeEvent e)
Sent when the drawing wants to be refreshed