Interface PrivateChannelEvent
-
- All Superinterfaces:
ChannelEvent,Event,UserEvent
- All Known Subinterfaces:
PrivateChannelCreateEvent,PrivateChannelDeleteEvent
public interface PrivateChannelEvent extends ChannelEvent, UserEvent
A private channel event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateChannelgetChannel()Gets the channel of the event.
-
-
-
Method Detail
-
getChannel
PrivateChannel getChannel()
Description copied from interface:ChannelEventGets the channel of the event.- Specified by:
getChannelin interfaceChannelEvent- Returns:
- The channel of the event.
-
-