T - type of the payloadpublic abstract class AbstractPayloadEvent<T> extends AbstractAjaxAwareEvent implements IPayloadEvent<T>
IPayloadEvent.| Constructor and Description |
|---|
AbstractPayloadEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
T payload)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getPayload()
Returns the payload on the event.
|
getTargetpublic AbstractPayloadEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
T payload)
target - AjaxRequestTarget associated with the eventpayload - payload on the eventpublic T getPayload()
IPayloadEventgetPayload in interface IPayloadEvent<T>Copyright © 2015. All rights reserved.