Interface TunnelEvent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.guacamole.net.GuacamoleTunnel getTunnel()
      Returns the tunnel associated with this event, if any.
    • Method Detail

      • getTunnel

        org.apache.guacamole.net.GuacamoleTunnel getTunnel()
        Returns the tunnel associated with this event, if any.
        Returns:
        The tunnel associated with this event, if any, or null if no tunnel is associated with this event.