org.zkoss.zk.au
Class AuEcho

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by org.zkoss.zk.au.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.

data[0]: null (ie., empty for client)

Author:
tomyeh

Constructor Summary
AuEcho()
           
 
Method Summary
 
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getData, getDepends, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuEcho

public AuEcho()


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.