-
- All Implemented Interfaces:
public final class EventHandlingResult.Add extends EventHandlingResult
Add a channel to a query channels collection.
-
-
Constructor Summary
Constructors Constructor Description EventHandlingResult.Add(Channel channel)
-
Method Summary
Modifier and Type Method Description final ChannelgetChannel()-
-
Constructor Detail
-
EventHandlingResult.Add
EventHandlingResult.Add(Channel channel)
- Parameters:
channel- Channel to be added.
-
-
Method Detail
-
getChannel
final Channel getChannel()
-
-
-
-