public abstract class VideoEventListener
extends java.lang.Object
A listener for receiving callbacks for video events.

Constructor Summary

Constructors
Constructor and Description
VideoEventListener() 

Method Summary

All Methods
Instance Methods
Abstract Methods
Modifier and TypeMethod and Description
abstract voidonVideoComplete()
Called when video playback ends.

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

VideoEventListener

public VideoEventListener()

Method Detail

onVideoComplete

public abstract void onVideoComplete()
Called when video playback ends.