Interface ChannelFactoryListener<T extends SshContext>


public interface ChannelFactoryListener<T extends SshContext>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
  • Method Details

    • onChannelCreated

      default void onChannelCreated(ChannelNG<T> channel)