public interface HandleListener
extends java.util.EventListener
Handle
s.
Observer
State changes of handles can be observed by other objects. Specifically
DrawingView
observes area invalidations and remove requests of
handles.
Subject: Handle
;
Observer: HandleListener
;
Event: HandleEvent
;
Concrete Observer: DrawingView
.
Modifier and Type | Method and Description |
---|---|
void |
areaInvalidated(HandleEvent e)
Sent when an area of the drawing view needs to be repainted.
|
void |
handleRequestRemove(HandleEvent e)
Sent when requesting to remove a handle.
|
void |
handleRequestSecondaryHandles(HandleEvent e)
Sent when requesting to add secondary handles.
|
void areaInvalidated(HandleEvent e)
void handleRequestRemove(HandleEvent e)
void handleRequestSecondaryHandles(HandleEvent e)