Interface ChannelAccessor.ChannelMutator

All Known Subinterfaces:
ChannelAccessor.ChannelProperty
Enclosing interface:
ChannelAccessor

public static interface ChannelAccessor.ChannelMutator
Provides a mutator for a channel property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setChannel(String aChannel)
    Sets the channel for the channel property.
  • Method Details

    • setChannel

      void setChannel(String aChannel)
      Sets the channel for the channel property.
      Parameters:
      aChannel - The channel to be stored by the channel property.