Package com.ooyala.pulse
Interface PulseSessionExtensionListener
-
public interface PulseSessionExtensionListener
This interface is used by aPulseSession
to communicate with your application. It will inform your application when session extension is successfully completed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onComplete()
Session was successfully extended.
-