Interface ICamera.ZoomChangedListener
- All Superinterfaces:
EventListener
- Enclosing interface:
ICamera
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This listener interface receives zoom events for a camera.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidzoomChanged(ZoomChangedEvent event) Invoked when the zoom of a camera changed.
-
Method Details
-
zoomChanged
Invoked when the zoom of a camera changed.- Parameters:
event- The zoom changed event.
-