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.13 2013/03/27 07:07:02 vincentb1 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