Uses of Interface
org.wicketstuff.push.IPushEventContext
-
-
Uses of IPushEventContext in org.wicketstuff.push
Classes in org.wicketstuff.push that implement IPushEventContext Modifier and Type Class Description classAbstractPushEventContext<EventType>Methods in org.wicketstuff.push that return IPushEventContext Modifier and Type Method Description IPushEventContext<EventType>IPushEventContext. setProperty(Object key, Object value)Methods in org.wicketstuff.push with parameters of type IPushEventContext Modifier and Type Method Description voidIPushEventHandler. onEvent(AjaxRequestTarget target, EventType event, IPushNode<EventType> node, IPushEventContext<EventType> ctx)
-