Uses of Class
org.apache.guacamole.net.event.TunnelCloseEvent
-
Packages that use TunnelCloseEvent Package Description org.apache.guacamole.net.event.listener Provides classes for hooking into various events that take place as users log into and use the Guacamole web application. -
-
Uses of TunnelCloseEvent in org.apache.guacamole.net.event.listener
Methods in org.apache.guacamole.net.event.listener with parameters of type TunnelCloseEvent Modifier and Type Method Description boolean
TunnelCloseListener. tunnelClosed(TunnelCloseEvent e)
Deprecated.Event hook which fires immediately before an existing tunnel is closed.
-