public interface TunnelConnectListener
Modifier and Type | Method and Description |
---|---|
boolean |
tunnelConnected(TunnelConnectEvent e)
Event hook which fires immediately after a new tunnel is connected.
|
boolean tunnelConnected(TunnelConnectEvent e) throws org.apache.guacamole.GuacamoleException
e
- The TunnelConnectEvent describing the tunnel being connected and
any associated credentials.org.apache.guacamole.GuacamoleException
- If an error occurs while handling the
tunnel connect event. Throwing an exception
will also stop the tunnel from being made
visible to the session.Copyright © 2017. All rights reserved.