Package su.litvak.chromecast.api.v2
Schnittstelle 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.- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
-
Methodendetails
-
connectionEventReceived
-