public class TelegramSentEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
String |
Addressee
Name of the nation the telegram was sent to.
|
int |
PositionInQuery
The position of the sent telegram in the query.
|
boolean |
Queued
Whether or not the telegram was successfully queued.
|
source| Constructor and Description |
|---|
TelegramSentEvent(Object source,
String addressee,
boolean queued,
int positionInQuery)
Constructs a new TelegramSentEvent.
|
public final String Addressee
public final boolean Queued
public final int PositionInQuery
public TelegramSentEvent(Object source, String addressee, boolean queued, int positionInQuery)
source - the object that fired the eventaddressee - the name of the nation the telegram was sent toqueued - whether or not the telegram was successfully queuedpositionInQuery - the position of the sent telegram in the queryCopyright © 2016. All rights reserved.