public class Message extends Object implements IMessage
| Constructor and Description |
|---|
Message(String recipient,
int eventType,
Object body) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBody() |
int |
getEventType() |
String |
getRecipient() |
public final String getRecipient()
getRecipient in interface IMessagepublic final Object getBody()
public final int getEventType()
getEventType in interface IMessageCopyright © 2022 Visiativ. All rights reserved.