1 | AppEventMessage can contain two types of messsges: |
2 | DATA - information sent between applications in one session |
3 | examples : a string representing sentence in chat |
4 | a list of x,y coordinates describing a figure in paint |
5 | CONTROL - system-specific information exchanged between application and Control Application; e.g. request for list of users or floor control information |
6 |