Interface ChannelApplicationLayer.Listener

All Known Subinterfaces:
ChannelApplicationLayer.ChannelDecorator
Enclosing class:
ChannelApplicationLayer

public static interface ChannelApplicationLayer.Listener
Callback interface for notification of the Channel being created.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChannel(Channel channel)
    Called when the Channel has been constructed.
  • Method Details

    • onChannel

      void onChannel(@NonNull Channel channel)
      Called when the Channel has been constructed.
      Parameters:
      channel - the Channel.