public interface PixelSelectionObserver
Modifier and Type | Method and Description |
---|---|
void |
handlePixelSelectionChange(Set<CameraPixel> selectedPixel)
This observer should react to changes in the pixel selection.
|
void handlePixelSelectionChange(Set<CameraPixel> selectedPixel)
selectedPixel
- the set containing the currently selected CameraPixelCopyright © 2019. All rights reserved.