|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.push.ChannelEvent
org.wicketstuff.push.cometd.CometdEvent
public 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
| Constructor Summary | |
|---|---|
CometdEvent(java.lang.String channel)
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getData()
Returns all data in the event |
| Methods inherited from class org.wicketstuff.push.ChannelEvent |
|---|
addData, getChannel, getId, setChannel, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CometdEvent(java.lang.String channel)
| Method Detail |
|---|
public final java.util.Map<java.lang.String,java.lang.String> getData()
ChannelEvent
getData in class ChannelEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||