public abstract class ClientEventBase extends Object implements ClientEvent
ClientEvent
Modifier | Constructor and Description |
---|---|
protected |
ClientEventBase(@NonNull Client client)
Constructs the event.
|
Modifier and Type | Method and Description |
---|---|
@NonNull Client |
getClient()
Gets the Client to which this belongs.
|
String |
toString() |
protected @NonNull ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
protected ClientEventBase(@NonNull Client client)
client
- the clientpublic final @NonNull Client getClient()
ClientLinked
getClient
in interface ClientLinked
protected @NonNull ToStringer toStringer()
ToStringer
for the command.Copyright © 2013–2021 Kitteh. All rights reserved.