Package | Description |
---|---|
org.wicketstuff.push | |
org.wicketstuff.push.cometd | |
org.wicketstuff.push.timer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPushEventHandler<EventType> |
Modifier and Type | Method and Description |
---|---|
<EventType> |
IPushService.installNode(org.apache.wicket.Component component,
IPushEventHandler<EventType> handler) |
Modifier and Type | Method and Description |
---|---|
<EventType> |
CometdPushService.installNode(org.apache.wicket.Component component,
IPushEventHandler<EventType> handler) |
Modifier and Type | Method and Description |
---|---|
<EventType> |
TimerPushService.installNode(org.apache.wicket.Component component,
IPushEventHandler<EventType> handler) |
<EventType> |
TimerPushService.installNode(org.apache.wicket.Component component,
IPushEventHandler<EventType> handler,
org.apache.wicket.util.time.Duration pollingInterval) |
Copyright © 2015. All rights reserved.