public interface IPushEventHandler<EventType> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
EventType event,
IPushNode<EventType> node,
IPushEventContext<EventType> ctx) |
void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
EventType event,
IPushNode<EventType> node,
IPushEventContext<EventType> ctx)
Copyright © 2016. All rights reserved.