|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelEvent | |
|---|---|
| org.wicketstuff.push | |
| org.wicketstuff.push.cometd | |
| org.wicketstuff.push.timer | |
| Uses of ChannelEvent in org.wicketstuff.push |
|---|
| Subclasses of ChannelEvent in org.wicketstuff.push | |
|---|---|
class |
JavaScriptChannelEvent
Usually on sending an event to a channel, the ChannelEvent invokes a javascript method on the client which then starts an Ajax-request. |
| Methods in org.wicketstuff.push with parameters of type ChannelEvent | |
|---|---|
void |
IChannelPublisher.publish(ChannelEvent event)
Publish a ChannelEvent |
void |
IChannelService.publish(ChannelEvent event)
Publishes a channel event which will be sent to the channel listeners. |
| Uses of ChannelEvent in org.wicketstuff.push.cometd |
|---|
| Subclasses of ChannelEvent in org.wicketstuff.push.cometd | |
|---|---|
class |
CometdEvent
Default abstract event for wicket. This event will ping all component on client side to make them do a XmlHttpRequest This Event can be seen as a proxy, it will request the client side to make a request to make it update |
| Methods in org.wicketstuff.push.cometd with parameters of type ChannelEvent | |
|---|---|
void |
CometdService.publish(ChannelEvent event)
Implementation of IChannelService.publish(ChannelEvent), which
actually sends a cometd event to the client with a "proxy" attribute set to
"true", which in turn triggers a wicket ajax call to get the listener
notified and update the page. |
| Uses of ChannelEvent in org.wicketstuff.push.timer |
|---|
| Methods in org.wicketstuff.push.timer with parameters of type ChannelEvent | |
|---|---|
void |
TimerChannelPublisher.publish(ChannelEvent event)
|
void |
TimerChannelService.publish(ChannelEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||