| Modifier and Type | Class and Description |
|---|---|
static class |
CastEvent.AbstractCastEventListenerList
An abstract
CastEvent.CastEventListenerList implementation that implements
every method except fire(CastEvent). |
static class |
CastEvent.SimpleCastEventListenerList
A simple (as in not threaded)
CastEvent.CastEventListenerList
implementation that invokes CastEvent.CastEventListeners from the thread
that calls CastEvent.SimpleCastEventListenerList.fire(CastEvent). |
static class |
CastEvent.ThreadedCastEventListenerList
A threaded
CastEvent.CastEventListenerList implementation that invokes
CastEvent.CastEventListeners using the specified Executor when
CastEvent.ThreadedCastEventListenerList.fire(CastEvent) is called. |
| Modifier and Type | Field and Description |
|---|---|
protected CastEvent.CastEventListenerList |
Channel.listeners
The registered
CastEvent.CastEventListeners |
protected CastEvent.CastEventListenerList |
CastDevice.listeners
The currently registered
CastEvent.CastEventListeners |
| Constructor and Description |
|---|
Channel(InetAddress address,
int port,
String remoteName,
CastEvent.CastEventListenerList listeners)
Creates a new channel using the specified parameters.
|
Channel(InetAddress address,
String remoteName,
CastEvent.CastEventListenerList listeners)
Creates a new channel using the specified parameters and the standard
port.
|
Channel(InetSocketAddress socketAddress,
String remoteName,
CastEvent.CastEventListenerList listeners)
Creates a new channel using the specified parameters.
|
Channel(String host,
int port,
String remoteName,
CastEvent.CastEventListenerList listeners)
Creates a new channel using the specified parameters.
|
Channel(String host,
String remoteName,
CastEvent.CastEventListenerList listeners)
Creates a new channel using the specified parameters and the standard
port.
|
Copyright © 2022. All rights reserved.