A
- actor involvedpublic abstract class ActorChannelEventBase<A extends Actor> extends ActorEventBase<A> implements ChannelEvent
ActorEvent
,
ChannelEvent
Modifier | Constructor and Description |
---|---|
protected |
ActorChannelEventBase(Client client,
List<ServerMessage> originalMessages,
A actor,
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. |
getActor
getOriginalMessages
getClient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getOriginalMessages
getClient
@Nonnull public final Channel getChannel()
ChannelEvent
Channel
involved in this event.getChannel
in interface ChannelEvent
@Nonnull protected ToStringer toStringer()
ClientEventBase
ToStringer
for the command.toStringer
in class ActorEventBase<A extends Actor>
Copyright © 2013–2019 Kitteh. All rights reserved.