-
public final class CastEvent.SinksUpdatedEvent extends CastEvent
This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.
-
-
Constructor Summary
Constructors Constructor Description SinksUpdatedEvent(List<Sink> sinks)
-
Method Summary
Modifier and Type Method Description final List<Sink>component1()final CastEvent.SinksUpdatedEventcopy(List<Sink> sinks)final List<Sink>getSinks()
-