protected static class CastEvent.ThreadedCastEventListenerList.Invoker extends Object implements Runnable
Runnable implementation that simply invokes a listener.| Modifier and Type | Field and Description |
|---|---|
protected CastEvent<?> |
event
The
CastEvent to deliver |
protected CastEvent.CastEventListener |
listener
The
CastEvent.CastEventListener to invoke |
| Constructor and Description |
|---|
Invoker(CastEvent.CastEventListener listener,
CastEvent<?> event)
Creates a new instance using the specified parameters.
|
@Nonnull protected final CastEvent.CastEventListener listener
CastEvent.CastEventListener to invokepublic Invoker(@Nonnull CastEvent.CastEventListener listener, @Nonnull CastEvent<?> event)
listener - the CastEvent.CastEventListener to invoke.event - the CastEvent to deliver.Copyright © 2022. All rights reserved.