public class NoteEvent extends StandardReplyEvent
StandardReplyEvent.Type| Constructor and Description |
|---|
NoteEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
@NonNull String command,
@NonNull String code,
@NonNull List<String> context,
@NonNull String description)
Constructs the event.
|
getCode, getCommand, getContext, getDescription, getTypegetSource, toStringergetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTag, getTag, getTagsgetClientpublic NoteEvent(@NonNull Client client, @NonNull ServerMessage sourceMessage, @NonNull String command, @NonNull String code, @NonNull List<String> context, @NonNull String description)
client - the clientsourceMessage - source messagecommand - the commandcode - the codecontext - the contextdescription - the descriptionCopyright © 2013–2021 Kitteh. All rights reserved.