public class ClientBatchStartEvent extends ClientBatchEventBase
| Constructor and Description |
|---|
ClientBatchStartEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
@NonNull BatchReferenceTag batchReferenceTag)
Constructs the event.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReferenceTagIgnored()
Gets if the reference tag will be ignored, resulting in tagged messages
being processed as if the batch tag were not holding them back.
|
void |
setReferenceTagIgnored(boolean ignore)
Sets if the reference tag will be ignored, resulting in tagged messages
being processed as if the batch tag were not holding them back.
|
getReferenceTaggetSource, toStringergetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClientgetTag, getTag, getTagspublic ClientBatchStartEvent(@NonNull Client client, @NonNull ServerMessage sourceMessage, @NonNull BatchReferenceTag batchReferenceTag)
client - the clientsourceMessage - source messagebatchReferenceTag - reference-tag and associated informationpublic boolean isReferenceTagIgnored()
setReferenceTagIgnored(boolean)public void setReferenceTagIgnored(boolean ignore)
ignore - true to ignore the tagCopyright © 2013–2021 Kitteh. All rights reserved.