public class PrivateCtcpReplyEvent extends ActorPrivateMessageEventBase<User> implements ActorMessageEvent<User>, CtcpEvent
ActorMessageEventBase.getMessage()
returns the unescaped message with the delimiter
removed.Constructor and Description |
---|
PrivateCtcpReplyEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
@NonNull User sender,
@NonNull String target,
@NonNull String message)
Creates the event.
|
getTarget, isToClient, toStringer
getMessage
getActor
getSource
getClient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getActor
getCommand
getMessage
getSource, getTag, getTag, getTags
getClient
public PrivateCtcpReplyEvent(@NonNull Client client, @NonNull ServerMessage sourceMessage, @NonNull User sender, @NonNull String target, @NonNull String message)
client
- client for which this is occurringsourceMessage
- source messagesender
- sender of the replytarget
- target of the replymessage
- message sentCopyright © 2013–2021 Kitteh. All rights reserved.