public class ChannelInviteEvent extends ActorChannelEventBase<Actor>
| Constructor and Description |
|---|
ChannelInviteEvent(Client client,
List<ServerMessage> originalMessages,
Channel channel,
Actor actor,
String target)
Creates the event.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTarget()
Gets the invited nick.
|
protected ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getChannelgetActorgetOriginalMessagesgetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOriginalMessagesgetClientpublic ChannelInviteEvent(@Nonnull Client client, @Nonnull List<ServerMessage> originalMessages, @Nonnull Channel channel, @Nonnull Actor actor, @Nonnull String target)
client - client for which this is occurringoriginalMessages - original messageschannel - the channelactor - the actor inviting anothertarget - the nick invited@Nonnull public String getTarget()
@Nonnull protected ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ActorChannelEventBase<Actor>Copyright © 2013–2019 Kitteh. All rights reserved.