|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.swath.event.SwathEvent
com.swath.event.FedCommMessage
The FedCommMessage event.
Posted: When a message arrives on the Federation comm-link.
SSRadioMessage,
PrivateMessage,
TradeWarsMessage| Method Summary | |
java.lang.String |
getClassName()
Gets the event class name. |
java.lang.String |
getMessage()
Gets the message text. |
Trader |
getSender()
Gets the sender of the message. |
boolean |
isEventClass(java.lang.Class eventClass)
Indicates if this event matches a given event class. |
boolean |
isUserDefined()
Indicates if this event is user defined or not. |
boolean |
wasEncrypted()
Indicates if the message was encrypted or not. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getMessage()
public boolean wasEncrypted()
true if the message was encrypted,
otherwise false.public Trader getSender()
public final boolean isEventClass(java.lang.Class eventClass)
EventIfc
isEventClass in interface EventIfceventClass - The event class.
true if this event is of the same class,
otherwise false.public final boolean isUserDefined()
EventIfc
isUserDefined in interface EventIfctrue if user defined, otherwise false.public final java.lang.String getClassName()
EventIfc
getClassName in interface EventIfc
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||