|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMessage
Represents message sent from server to client application
| Nested Class Summary | |
|---|---|
static class |
IMessage.Type
Type of the message |
| Method Summary | |
|---|---|
String |
getContent()
Returns textual content |
IOrder |
getOrder()
Returns IOrder linked with this message or null if there is no related order |
IMessage.Type |
getType()
Returns type of the message |
| Method Detail |
|---|
IMessage.Type getType()
String getContent()
IOrder getOrder()
IOrder linked with this message or null if there is no related order
IOrder linked with this message. Can be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||