public interface ChannelUserListChangeEvent extends ServerMessageEvent
Modifier and Type | Interface and Description |
---|---|
static class |
ChannelUserListChangeEvent.Change
Describes the change occurring.
|
Modifier and Type | Method and Description |
---|---|
@NonNull Optional<Channel> |
getAffectedChannel()
Gets the channel affected or empty if affecting all channels the user
is present in.
|
@NonNull ChannelUserListChangeEvent.Change |
getChange()
Gets the type of change occurring.
|
@NonNull User |
getUser()
Gets the current user affected.
|
getSource, getTag, getTag, getTags
getClient
@NonNull Optional<Channel> getAffectedChannel()
@NonNull ChannelUserListChangeEvent.Change getChange()
@NonNull User getUser()
Copyright © 2013–2021 Kitteh. All rights reserved.