org.wicketstuff.push.cometd
Class CometdEvent

java.lang.Object
  extended by org.wicketstuff.push.ChannelEvent
      extended by org.wicketstuff.push.cometd.CometdEvent

public class CometdEvent
extends ChannelEvent

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

Author:
Vincent Demay

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

CometdEvent

public CometdEvent(java.lang.String channel)
Method Detail

getData

public final java.util.Map<java.lang.String,java.lang.String> getData()
Description copied from class: ChannelEvent
Returns all data in the event

Overrides:
getData in class ChannelEvent
Returns:
all data in the event


Copyright © 2010. All Rights Reserved.