com.mindbright.ssh2
Interface SSH2ChannelCloseListener

All Known Implementing Classes:
SSH2TerminalAdapterImpl

public interface SSH2ChannelCloseListener

An interface for classes which want to be notified when a channel is closed.

See Also:
SSH2Channel

Method Summary
 void closed(SSH2Channel channel)
          Called when the channel is closed.
 

Method Detail

closed

public void closed(SSH2Channel channel)
Called when the channel is closed.

Parameters:
channel - The channel which is closed