It is used by {@link org.zkoss.zk.ui.sys.UiEngine} to solve a specialcase.
There are two formats
467468469470471472473
*/ public static final void echoEvent(String name, Component target, Object data) { if (name == null || name.length() == 0 || target == null) throw new IllegalArgumentException(); Clients.response(new AuEcho(target, name, data)); }