Package su.litvak.chromecast.api.v2
Interface ChromeCastSpontaneousEventListener
public interface ChromeCastSpontaneousEventListener
The listener interface for receiving spontaneous events. The class that is interested in processing spontaneous
events implements this interface, and object create with that class is registered with
ChromeCast
instance using the registerListener method. When spontaneous event occurs, that object's
spontaneousEventReceived is invoked.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
spontaneousEventReceived
-