public class AuEchoGlobal extends AuResponse
Notice that, unlike other requests, AuEchoGlobal
will check all browser windows
belonging to the same top browser window -- not just the current browser window.
AuResponse.JSONComponent, AuResponse.JSONDate
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
AuEchoGlobal(java.lang.String evtnm,
java.lang.String data,
java.util.Collection<Desktop> dts) |
AuEchoGlobal(java.lang.String evtnm,
java.lang.String data,
Desktop dt) |
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
public AuEchoGlobal(java.lang.String evtnm, java.lang.String data, Desktop dt)
evtnm
- the event name to echo backdata
- the data to sent with the event when echoed backdt
- the desktop to receive the event.Copyright © 2005-2023 Potix Corporation. All Rights Reserved.