Package su.litvak.chromecast.api.v2
Interface ChromeCastConnectionEventListener
public interface ChromeCastConnectionEventListener
The listener interface for receiving connection open/close events. The class that is interested in processing
connection events implements this interface, and object create with that class is registered
with
ChromeCast
instance using the registerConnectionListener
method.
When connection event occurs, that object's connectionEventReceived
is invoked.- See Also:
-
Method Summary
-
Method Details
-
connectionEventReceived
-