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, toStringer
getClient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getTag, getTag, getTags
getClient
public 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.