@FunctionalInterface
public static interface ICamera.FocusChangedListener
extends java.util.EventListener
ICamera.onFocus(FocusChangedListener)| Modifier and Type | Method and Description |
|---|---|
void |
focusChanged(FocusChangedEvent event)
Invoked when the focus of a camera changed.
|
void focusChanged(FocusChangedEvent event)
event - The focus changed event.