org.zkoss.zk.au.out
Class AuEcho

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by org.zkoss.zk.au.out.AuEcho

public class AuEcho
extends AuResponse

A response to ask client to send a dummy request back to the server.

It is used by UiEngine to solve a special case.

There are two formats

Since:
3.0.0
Author:
tomyeh

Field Summary
 
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data
 
Constructor Summary
AuEcho()
          Contructs an echo response for each desktop in the same browser window
AuEcho(Component comp, java.lang.String evtnm, java.lang.String data)
          Constructs an echo response that will cause an event to fire when the client echoes back.
AuEcho(Desktop desktop)
          Contructs an echo response with the specified desktop.
 
Method Summary
 
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getDepends, getEncodedData, getRawData, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuEcho

public AuEcho(Desktop desktop)
Contructs an echo response with the specified desktop.

Parameters:
desktop - the desktop to send the echo response to. If null, the echo response is sent to each desktop in the same browser window.
Since:
3.0.0

AuEcho

public AuEcho()
Contructs an echo response for each desktop in the same browser window


AuEcho

public AuEcho(Component comp,
              java.lang.String evtnm,
              java.lang.String data)
Constructs an echo response that will cause an event to fire when the client echoes back.

Parameters:
comp - the component to echo the event to (never null).
evtnm - the event name
data - the extra infor, or null if not available
Since:
3.0.2


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo