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 |
---|---|
Optional<Channel> |
getAffectedChannel()
Gets the channel affected or empty if affecting all channels the user
is present in.
|
ChannelUserListChangeEvent.Change |
getChange()
Gets the type of change occurring.
|
User |
getUser()
Gets the current user affected.
|
getOriginalMessages
getClient
@Nonnull Optional<Channel> getAffectedChannel()
@Nonnull ChannelUserListChangeEvent.Change getChange()
Copyright © 2013–2019 Kitteh. All rights reserved.