Uses of Interface
org.eclipse.ecf.presence.chatroom.IChatRoomInvitationListener

Packages that use IChatRoomInvitationListener
org.eclipse.ecf.presence.chatroom   
org.eclipse.ecf.presence.ui.chatroom   
 

Uses of IChatRoomInvitationListener in org.eclipse.ecf.presence.chatroom
 

Methods in org.eclipse.ecf.presence.chatroom with parameters of type IChatRoomInvitationListener
 void IChatRoomManager.addInvitationListener(IChatRoomInvitationListener listener)
          Add invitation listener
 void IChatRoomManager.removeInvitationListener(IChatRoomInvitationListener listener)
          Remove invitation listener
 

Uses of IChatRoomInvitationListener in org.eclipse.ecf.presence.ui.chatroom
 

Classes in org.eclipse.ecf.presence.ui.chatroom that implement IChatRoomInvitationListener
 class ChatRoomManagerView