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. |
getOriginalMessagesgetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOriginalMessagesgetClient@Nonnull public final A getActor()
ActorEventgetActor in interface ActorEvent<A extends Actor>@Nonnull protected ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ServerMessageEventBaseCopyright © 2013–2019 Kitteh. All rights reserved.