|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
Drawing getDrawing()
Element getElement()
DrawingEvent.EventType getType()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |