Package kiyut.sketsa.canvas.event
Interface CanvasSelectionListener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
CanvasSelectionAdapter
public interface CanvasSelectionListener extends EventListener
Defines a listener for canvas selection events.- Author:
- Kiyut
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidborderChanged(CanvasSelectionEvent evt)invoked whenever the selection border changes.voidvalueChanged(CanvasSelectionEvent evt)invoked whenever the value of the selection changes.
-
-
-
Method Detail
-
valueChanged
void valueChanged(CanvasSelectionEvent evt)
invoked whenever the value of the selection changes.- Parameters:
evt- CanvasSelectionEvent
-
borderChanged
void borderChanged(CanvasSelectionEvent evt)
invoked whenever the selection border changes.- Parameters:
evt- CanvasSelectionEvent
-
-