org.eclipse.ecf.example.clients
Interface IMessageReceiver

All Known Implementing Classes:
ChatRobotApplication, ChatRoomRobotApplication, ChatSORobotApplication

public interface IMessageReceiver


Method Summary
 void handleMessage(IChatMessage chatMessage)
           
 

Method Detail

handleMessage

void handleMessage(IChatMessage chatMessage)