Package org.apache.guacamole.net.event
Interface TunnelEvent
-
- All Known Implementing Classes:
TunnelCloseEvent,TunnelConnectEvent
public interface TunnelEventAbstract basis for events associated with tunnels.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.guacamole.net.GuacamoleTunnelgetTunnel()Returns the tunnel associated with this event, if any.
-