Listener interface.@Deprecated public interface TunnelCloseListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
tunnelClosed(TunnelCloseEvent e)
Deprecated.
Event hook which fires immediately before an existing tunnel is closed.
|
boolean tunnelClosed(TunnelCloseEvent e) throws org.apache.guacamole.GuacamoleException
e - The TunnelCloseEvent describing the tunnel being closed and
any associated credentials.org.apache.guacamole.GuacamoleException - If an error occurs while handling the tunnel close event. Throwing
an exception will also stop the tunnel from being closed.Copyright © 2018. All rights reserved.