P - The type of the payload to be carried.SRC - The type of the source in question.public abstract class AbstractPayloadEvent<P,SRC> extends AbstractEvent<SRC> implements GenericPayloadEvent<P,SRC>
GenericPayloadEvent.org.refcodes.mixin.PayloadAccessor.PayloadBuilder<P,B extends org.refcodes.mixin.PayloadAccessor.PayloadBuilder<P,B>>, org.refcodes.mixin.PayloadAccessor.PayloadMutator<P>, org.refcodes.mixin.PayloadAccessor.PayloadProperty<P>| Constructor and Description |
|---|
AbstractPayloadEvent(P aPayload,
SRC aSource)
Constructs an event with the given source.
|
| Modifier and Type | Method and Description |
|---|---|
P |
getPayload() |
getSourceCopyright © 2018. All rights reserved.