Class AuEchoGlobal


  • public class AuEchoGlobal
    extends AuResponse
    A response to ask client to send the specified event for all qualified desktops.

    Notice that, unlike other requests, AuEchoGlobal will check all browser windows belonging to the same top browser window -- not just the current browser window.

    Since:
    5.0.4
    Author:
    tomyeh
    • Constructor Detail

      • AuEchoGlobal

        public AuEchoGlobal​(java.lang.String evtnm,
                            java.lang.String data,
                            Desktop dt)
        Parameters:
        evtnm - the event name to echo back
        data - the data to sent with the event when echoed back
        dt - the desktop to receive the event.
      • AuEchoGlobal

        public AuEchoGlobal​(java.lang.String evtnm,
                            java.lang.String data,
                            java.util.Collection<Desktop> dts)
        Parameters:
        evtnm - the event name to echo back
        data - the data to sent with the event when echoed back
        dts - a collection of desktops (Desktop) to receive the event.