A
- actor involvedpublic abstract class ActorEventBase<A extends Actor> extends ServerMessageEventBase implements ActorEvent<A>
ActorEvent
Modifier | Constructor and Description |
---|---|
protected |
ActorEventBase(Client client,
List<ServerMessage> originalMessages,
A actor)
Constructs the event.
|
Modifier and Type | Method and Description |
---|---|
A |
getActor()
Gets the actor responsible for this event.
|
protected ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getOriginalMessages
getClient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getOriginalMessages
getClient
@Nonnull public final A getActor()
ActorEvent
getActor
in interface ActorEvent<A extends Actor>
@Nonnull protected ToStringer toStringer()
ClientEventBase
ToStringer
for the command.toStringer
in class ServerMessageEventBase
Copyright © 2013–2019 Kitteh. All rights reserved.