Package com.storedobject.vaadin
Interface MediaCapture.StatusChangeListener
- Enclosing interface:
MediaCapture
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to implement to receive capturing status changes of a
MediaCapture
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
statusChanged
(MediaCapture mediaCapture) Fired when the recording/previewing status is changed.
-
Method Details
-
statusChanged
Fired when the recording/previewing status is changed.- Parameters:
mediaCapture
- Device whose status is changed
-