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 IMessage
public final Object getBody()
public final int getEventType()
getEventType
in interface IMessage
Copyright © 2021 Visiativ Software. All rights reserved.