public interface TunnelCloseListener
Modifier and Type | Method and Description |
---|---|
boolean |
tunnelClosed(TunnelCloseEvent e)
Event hook which fires immediately after 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 © 2017. All rights reserved.