public class ISupportParameterEvent extends ServerMessageEventBase
| Constructor and Description |
|---|
ISupportParameterEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
@NonNull ISupportParameter parameter)
Constructs the event.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull ISupportParameter |
getParameter()
Gets the parameter received.
|
getSource, toStringergetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTag, getTag, getTagsgetClientpublic ISupportParameterEvent(@NonNull Client client, @NonNull ServerMessage sourceMessage, @NonNull ISupportParameter parameter)
client - the clientsourceMessage - source messageparameter - parameterpublic @NonNull ISupportParameter getParameter()
Copyright © 2013–2019 Kitteh. All rights reserved.