A - actor involvedpublic abstract class ActorChannelEventBase<A extends Actor> extends ActorEventBase<A> implements ChannelEvent
ActorEvent,
ChannelEvent| Modifier | Constructor and Description |
|---|---|
protected |
ActorChannelEventBase(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
A actor,
@NonNull Channel channel)
Constructs the event.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull Channel |
getChannel()
Gets the
Channel involved in this event. |
protected @NonNull ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getActorgetSourcegetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClientgetTag, getTag, getTagsprotected ActorChannelEventBase(@NonNull Client client, @NonNull ServerMessage sourceMessage, A actor, @NonNull Channel channel)
client - the clientsourceMessage - source messageactor - the actorchannel - the channelpublic final @NonNull Channel getChannel()
ChannelEventChannel involved in this event.getChannel in interface ChannelEventprotected @NonNull ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ActorEventBase<A extends Actor>Copyright © 2013–2021 Kitteh. All rights reserved.