edu.rit.chat2
Interface ChatDiscoveryRef

All Known Implementing Classes:
Chat

public interface ChatDiscoveryRef

Interface ChatDiscoveryRef specifies the M2MI remote interface for an object used to discover chat rooms.


Method Summary
 void reportChatRoom(ChatRoom theChatRoom)
          Report that a chat room exists.
 void requestChatRooms()
          Request everyone to report the existence of their chat rooms.
 

Method Detail

requestChatRooms

void requestChatRooms()
Request everyone to report the existence of their chat rooms.


reportChatRoom

void reportChatRoom(ChatRoom theChatRoom)
Report that a chat room exists.

Parameters:
theChatRoom - Chat room (name plus multihandle).


Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.