T - The type of event.@Deprecated
public final class IgnoreConsumedEvent<T>
extends Object
implements ConsumableEvent<T>
ConsumableEvent which ignores eventConsumed().| Constructor and Description |
|---|
IgnoreConsumedEvent(T event)
Deprecated.
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
event()
Deprecated.
|
void |
eventConsumed()
Deprecated.
|