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