public abstract class ChannelEventBase extends ServerMessageEventBase implements ChannelEvent
ChannelEvent| Modifier | Constructor and Description |
|---|---|
protected |
ChannelEventBase(Client client,
List<ServerMessage> originalMessages,
Channel channel)
Constructs the event.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
getChannel()
Gets the
Channel involved in this event. |
protected ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getOriginalMessagesgetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOriginalMessagesgetClient@Nonnull public final Channel getChannel()
ChannelEventChannel involved in this event.getChannel in interface ChannelEvent@Nonnull protected ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ServerMessageEventBaseCopyright © 2013–2019 Kitteh. All rights reserved.