Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package demo.tucson.chat

Class Summary
ChatAgent the Chat agent acts as interface between the user and the room, in particular sending messages to room and collecting updates from the room
ChatRoom The Chat Room setups the tuple centre, with proper specification.
GUI GUI Component used by Chat Agent to get input from user and to display new messages from the room
ObserverAgent The Observer Agent is responsible to observe (without polling) the chat room in order to retrieve new message appeated in the chat
User