| Modifier and Type | Field and Description |
|---|---|
protected CastEvent.CastEventType |
CastEvent.DefaultCastEvent.eventType
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<CastEvent.CastEventListener,Set<CastEvent.CastEventType>> |
CastEvent.AbstractCastEventListenerList.filters
The filters that keep track of what
CastEvent.CastEventTypes to send to
which CastEvent.CastEventListeners |
| Modifier and Type | Method and Description |
|---|---|
abstract CastEvent.CastEventType |
StandardResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.PingResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.PongResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.CloseResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.ErrorResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.LaunchErrorResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.ReceiverStatusResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.MediaStatusResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.AppAvailabilityResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.MultizoneStatusResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.DeviceAddedResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.DeviceUpdatedResponse.getEventType() |
CastEvent.CastEventType |
StandardResponse.DeviceRemovedResponse.getEventType() |
CastEvent.CastEventType |
CastEvent.getEventType() |
CastEvent.CastEventType |
CastEvent.DefaultCastEvent.getEventType() |
static CastEvent.CastEventType |
CastEvent.CastEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CastEvent.CastEventType[] |
CastEvent.CastEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CastEvent.CastEventListenerList.add(CastEvent.CastEventListener listener,
CastEvent.CastEventType... eventTypes)
Registers the specified
CastEvent.CastEventListener to this
CastEvent.CastEventListenerList for the specified
CastEvent.CastEventTypes. |
boolean |
CastEvent.AbstractCastEventListenerList.add(CastEvent.CastEventListener listener,
CastEvent.CastEventType... eventTypes) |
int |
CastEvent.CastEventListenerList.addAll(Collection<CastEvent.CastEventListener> collection,
CastEvent.CastEventType... eventTypes)
Registers the specified
CastEvent.CastEventListeners to this
CastEvent.CastEventListenerList for the specified
CastEvent.CastEventTypes. |
int |
CastEvent.AbstractCastEventListenerList.addAll(Collection<CastEvent.CastEventListener> collection,
CastEvent.CastEventType... eventTypes) |
boolean |
CastDevice.addEventListener(CastEvent.CastEventListener listener,
CastEvent.CastEventType... eventTypes)
Registers the specified
CastEvent.CastEventListener for the specified
CastEvent.CastEventTypes. |
| Constructor and Description |
|---|
DefaultCastEvent(CastEvent.CastEventType eventType,
T data)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.