public class ChannelInviteEvent extends ActorChannelEventBase<Actor>
| Constructor and Description |
|---|
ChannelInviteEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
@NonNull Channel channel,
@NonNull Actor actor,
@NonNull String target)
Creates the event.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull String |
getTarget()
Gets the invited nick.
|
protected @NonNull ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getChannelgetActorgetSourcegetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClientgetTag, getTag, getTagspublic ChannelInviteEvent(@NonNull Client client, @NonNull ServerMessage sourceMessage, @NonNull Channel channel, @NonNull Actor actor, @NonNull String target)
client - client for which this is occurringsourceMessage - source messagechannel - the channelactor - the actor inviting anothertarget - the nick invitedpublic @NonNull String getTarget()
protected @NonNull ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ActorChannelEventBase<Actor>Copyright © 2013–2021 Kitteh. All rights reserved.