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 net.sourceforge.guacamole.GuacamoleException
e - The TunnelConnectEvent describing the tunnel being connected and
any associated credentials.net.sourceforge.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 © 2013. All Rights Reserved.