Interface ChannelSelectorAccessor.ChannelSelectorMutator

All Known Subinterfaces:
ChannelSelectorAccessor.ChannelSelectorProperty
Enclosing interface:
ChannelSelectorAccessor

public static interface ChannelSelectorAccessor.ChannelSelectorMutator
Provides a mutator for a channel selector property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the channel selector for the channel selector property.
  • Method Details

    • setChannelSelector

      void setChannelSelector(ChannelSelector aChannelSelector)
      Sets the channel selector for the channel selector property.
      Parameters:
      aChannelSelector - The channel selector to be stored by the channel selector property.