http://www.jpicedt.org

jpicedt.graphic.event
Interface DrawingListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DefaultSelectionHandler

public interface DrawingListener
extends EventListener

Interface for an observer to receive notifications of changes made to a Drawing.

Since:
jpicedt 1.3.2
Version:
$Id: DrawingListener.java,v 1.8 2013/03/27 07:06:57 vincentb1 Exp $
Author:
Sylvain Reynal

Method Summary
 void changedUpdate(DrawingEvent e)
          Called when an element changed in the drawing.
 

Method Detail

changedUpdate

void changedUpdate(DrawingEvent e)
Called when an element changed in the drawing.


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org