Class ChannelAction
-
- All Implemented Interfaces:
public class ChannelActionRepresents the list of actions users can take with selected channels.
-
-
Field Summary
Fields Modifier and Type Field Description private final Channelchannel
-
Method Summary
Modifier and Type Method Description abstract ChannelgetChannel()The selected channel. -
-
Method Detail
-
getChannel
abstract Channel getChannel()
The selected channel.
-
-
-
-