net.sourceforge.guacamole.net.event
Interface TunnelEvent

All Known Implementing Classes:
TunnelCloseEvent, TunnelConnectEvent

public interface TunnelEvent

Abstract basis for events associated with tunnels.

Author:
Michael Jumper

Method Summary
 net.sourceforge.guacamole.net.GuacamoleTunnel getTunnel()
          Returns the tunnel associated with this event, if any.
 

Method Detail

getTunnel

net.sourceforge.guacamole.net.GuacamoleTunnel getTunnel()
Returns the tunnel associated with this event, if any.

Returns:
The tunnel associated with this event, if any, or null if no tunnel is associated with this event.


Copyright © 2013. All Rights Reserved.