Interface TunnelEvent

All Known Implementing Classes:
TunnelCloseEvent, TunnelConnectEvent

public interface TunnelEvent
Abstract basis for events associated with tunnels.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.guacamole.net.GuacamoleTunnel
    Returns the tunnel associated with this event, if any.
  • Method Details

    • 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.