-
public final class EventHandlingResult.Add extends EventHandlingResult
Add a channel to a query channels collection.
-
-
Field Summary
Fields Modifier and Type Field Description private final Channelchannel
-
Constructor Summary
Constructors Constructor Description EventHandlingResult.Add(Channel channel)
-
Method Summary
Modifier and Type Method Description final ChannelgetChannel()-
-
Method Detail
-
getChannel
final Channel getChannel()
-
-
-
-