| Modifier and Type | Class and Description |
|---|---|
static class |
CastEvent.DefaultCastEvent<T>
The default
CastEvent implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected CastEvent<?> |
CastEvent.ThreadedCastEventListenerList.Invoker.event
The
CastEvent to deliver |
| Modifier and Type | Method and Description |
|---|---|
void |
CastEvent.CastEventListenerList.fire(CastEvent<?> event)
Fires the specified event on all the registered
CastEvent.CastEventListeners. |
void |
CastEvent.SimpleCastEventListenerList.fire(CastEvent<?> event) |
void |
CastEvent.ThreadedCastEventListenerList.fire(CastEvent<?> event) |
void |
CastEvent.CastEventListener.onEvent(CastEvent<?> event)
Called whenever an
CastEvent occurs. |
| Constructor and Description |
|---|
Invoker(CastEvent.CastEventListener listener,
CastEvent<?> event)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.