public abstract class VideoListener extends ErrorListener
| Constructor and Description |
|---|
VideoListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onVideo(Video video)
This method must be implemented to handle the Video object returned from an asynchronous
operation.
|
onError, onErrorpublic abstract void onVideo(Video video)
video - The Video object provided by the asynchronous operation.