Interface ChannelListView.ChannelOptionVisibilityPredicate

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean invoke(Channel channel) Called to check option's visibility for the specified channel.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • invoke

         abstract Boolean invoke(Channel channel)

        Called to check option's visibility for the specified channel.

        Returns:

        True if the option is visible.