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
    • Method Detail

      • getDrawing

        Drawing getDrawing()
        Return the source of this event
      • getElement

        Element getElement()
        Return the graphic element that changed