Package org.javacord.api.event.channel
Interface VoiceChannelEvent
-
- All Superinterfaces:
ChannelEvent,Event
- All Known Subinterfaces:
ServerStageVoiceChannelChangeTopicEvent,ServerVoiceChannelChangeBitrateEvent,ServerVoiceChannelChangeNsfwEvent,ServerVoiceChannelChangeUserLimitEvent,ServerVoiceChannelEvent,ServerVoiceChannelMemberJoinEvent,ServerVoiceChannelMemberLeaveEvent,VoiceStateUpdateEvent
public interface VoiceChannelEvent extends ChannelEvent
A voice channel event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoiceChannelgetChannel()Gets the channel of the event.
-
-
-
Method Detail
-
getChannel
VoiceChannel getChannel()
Description copied from interface:ChannelEventGets the channel of the event.- Specified by:
getChannelin interfaceChannelEvent- Returns:
- The channel of the event.
-
-