| Modifier and Type | Class and Description |
|---|---|
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. |
Copyright © 2022. All rights reserved.