Class NamedChannel
Object
NamedChannel
Associates a name with a
Channel
.-
Constructor Summary
ConstructorsConstructorDescriptionNamedChannel
(String name, Channel channel) Creates a newNamedChannel
instance. -
Method Summary
-
Constructor Details
-
NamedChannel
Creates a newNamedChannel
instance.- Parameters:
name
- The name associated with the channel.channel
- TheChannel
instance.
-
-
Method Details