| Package | Description |
|---|---|
| org.kitteh.irc.client.library.event.client |
| Modifier and Type | Method and Description |
|---|---|
@NonNull StandardReplyEvent.Type |
StandardReplyEvent.getType()
Gets the type of standard reply this is.
|
static StandardReplyEvent.Type |
StandardReplyEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardReplyEvent.Type[] |
StandardReplyEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StandardReplyEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
@NonNull StandardReplyEvent.Type type,
@NonNull String command,
@NonNull String code,
@NonNull List<String> context,
@NonNull String description)
Constructs the event.
|
Copyright © 2013–2021 Kitteh. All rights reserved.