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