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