public abstract class AbstractAjaxAwareEvent extends Object implements IAjaxAwareEvent
IAjaxAwareEvent.| Constructor and Description |
|---|
AbstractAjaxAwareEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.ajax.AjaxRequestTarget |
getTarget()
Returns the
AjaxRequestTarget associated with the event. |
public AbstractAjaxAwareEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
target - AjaxRequestTarget associated with the eventpublic org.apache.wicket.ajax.AjaxRequestTarget getTarget()
IAjaxAwareEventAjaxRequestTarget associated with the event.getTarget in interface IAjaxAwareEventAjaxRequestTarget associated with the eventCopyright © 2015. All rights reserved.