public class MessageEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ID_GENERIC |
Constructor and Description |
---|
MessageEvent(int id)
Create a message event with the given ID
|
MessageEvent(int id,
int originator,
String str,
RemoteData data)
Create a message event with the given IDs, string and data
|
MessageEvent(int id,
RemoteData data)
Create a message event with the given ID and data
|
MessageEvent(int id,
String str)
Create a message event with the given ID and string
|
MessageEvent(int id,
String str,
RemoteData data)
Create a message event with the given ID, string and data
|
MessageEvent(RemoteData data)
Create a message event with the given data
|
MessageEvent(String str)
Create a message event with the given string
|
MessageEvent(String str,
RemoteData data)
Create a message event with the given string and data
|
Modifier and Type | Method and Description |
---|---|
RemoteData |
getData()
Get the data associated with this message.
|
int |
getId()
Get this message's ID.
|
int |
getOriginatorId()
Get the ID of the originator of this message.
|
String |
getString()
Get the string associated with this message.
|
String |
toString() |
public static final int ID_GENERIC
public MessageEvent(int id)
id
- Message IDpublic MessageEvent(String str)
str
- Message Stringpublic MessageEvent(RemoteData data)
data
- Message Datapublic MessageEvent(int id, String str)
id
- Message IDstr
- Message Stringpublic MessageEvent(int id, RemoteData data)
id
- Message IDdata
- Message Datapublic MessageEvent(String str, RemoteData data)
str
- Message Stringdata
- Message Datapublic MessageEvent(int id, String str, RemoteData data)
id
- Message IDstr
- Message Stringdata
- Message Datapublic MessageEvent(int id, int originator, String str, RemoteData data)
id
- Message IDoriginator
- Originator ID.str
- Message Stringdata
- Message Datapublic int getId()
public int getOriginatorId()
public String getString()
public RemoteData getData()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.