Package jpicedt.graphic.event
Interface DrawingEvent
-
- All Known Implementing Classes:
Drawing.DefaultDrawingEvent
public interface DrawingEventInterface 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
Nested Classes Modifier and Type Interface Description static classDrawingEvent.EventTypeenumeration for DrawingEvent types
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DrawinggetDrawing()Return the source of this eventElementgetElement()Return the graphic element that changedDrawingEvent.EventTypegetType()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
-
-