http://www.jpicedt.org

jpicedt.graphic.event
Interface DrawingEvent

All Known Implementing Classes:
Drawing.DefaultDrawingEvent

public interface DrawingEvent

Interface for notifications of changes in a Drawing. [pending] for ATTRIBUTE_CHANGE events, we should've a subclass aka DrawingEvent.AttributeChangeEvent, that'd tell us WHAT attribute really changed.

Since:
jpicedt 1.3.2
Version:
$Id: DrawingEvent.java,v 1.8.2.1 2007/09/02 11:56:18 reynal Exp $
Author:
Sylvain Reynal

Nested Class Summary
static class DrawingEvent.EventType
          enumeration for DrawingEvent types
 
Method Summary
 Drawing getDrawing()
          Return the source of this event
 Element getElement()
          Return the graphic element that changed
 DrawingEvent.EventType getType()
          Return the event type
 

Method Detail

getDrawing

Drawing getDrawing()
Return the source of this event


getElement

Element getElement()
Return the graphic element that changed


getType

DrawingEvent.EventType getType()
Return the event type


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org