Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.protocol.AdHocChatRoom

Packages that use AdHocChatRoom
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.chat.conference   
net.java.sip.communicator.impl.gui.main.chatroomslist   
net.java.sip.communicator.impl.protocol.icq   
net.java.sip.communicator.impl.protocol.msn   
net.java.sip.communicator.impl.protocol.yahoo   
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.event   
 

Uses of AdHocChatRoom in net.java.sip.communicator.impl.gui.main.chat
 

Methods in net.java.sip.communicator.impl.gui.main.chat with parameters of type AdHocChatRoom
 ChatPanel ChatWindowManager.getMultiChat(AdHocChatRoom adHocChatRoom, boolean create)
          Gets the ChatPanel corresponding to the specified AdHocChatRoom and optionally creates it if it does not exist.
 ChatPanel ChatWindowManager.getMultiChat(AdHocChatRoom adHocChatRoom, boolean create, String escapedMessageID)
          Gets the ChatPanel corresponding to the specified AdHocChatRoom and optionally creates it if it does not exist.
 

Uses of AdHocChatRoom in net.java.sip.communicator.impl.gui.main.chat.conference
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference that return AdHocChatRoom
 AdHocChatRoom AdHocChatRoomWrapper.getAdHocChatRoom()
          Returns the AdHocChatRoom that this wrapper represents.
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type AdHocChatRoom
 AdHocChatRoomWrapper AdHocChatRoomProviderWrapper.findChatRoomWrapperForAdHocChatRoom(AdHocChatRoom adHocChatRoom)
          Returns the ad-hoc chat room wrapper contained in this provider that corresponds to the given ad-hoc chat room.
 void ConferenceChatManager.joinChatRoom(AdHocChatRoom chatRoom)
          Joins the given chat room and manages all the exceptions that could occur during the join process.
 void AdHocConferenceChatSession.loadChatRoom(AdHocChatRoom chatRoom)
          Loads the given chat room in the this chat conference panel.
 void AdHocChatRoomWrapper.setAdHocChatRoom(AdHocChatRoom adHocChatRoom)
          Sets the AdHocChatRoom that this wrapper represents.
 

Constructors in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type AdHocChatRoom
AdHocChatRoomWrapper(AdHocChatRoomProviderWrapper parentProvider, AdHocChatRoom adHocChatRoom)
          Creates a ChatRoomWrapper by specifying the corresponding chat room.
AdHocConferenceChatTransport(ChatSession chatSession, AdHocChatRoom chatRoom)
          Creates an instance of ConferenceChatTransport by specifying the parent chat session and the ad-hoc chat room associated with this transport.
 

Uses of AdHocChatRoom in net.java.sip.communicator.impl.gui.main.chatroomslist
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type AdHocChatRoom
 AdHocChatRoomWrapper AdHocChatRoomList.findChatRoomWrapperFromAdHocChatRoom(AdHocChatRoom adHocChatRoom)
          Returns the AdHocChatRoomWrapper that correspond to the given AdHocChatRoom.
 

Uses of AdHocChatRoom in net.java.sip.communicator.impl.protocol.icq
 

Classes in net.java.sip.communicator.impl.protocol.icq that implement AdHocChatRoom
 class AdHocChatRoomIcqImpl
          Represents an ad-hoc chat room, where multiple chat users could communicate in a many-to-many fashion.
 

Methods in net.java.sip.communicator.impl.protocol.icq that return AdHocChatRoom
 AdHocChatRoom OperationSetAdHocMultiUserChatIcqImpl.createAdHocChatRoom(String adHocRoomName, List<String> contacts, String reason)
          Creates an ad-hoc room with the named adHocRoomName and inviting the specified list of contacts.
 AdHocChatRoom OperationSetAdHocMultiUserChatIcqImpl.createAdHocChatRoom(String roomName, Map<String,Object> roomProperties)
          Creates a room with the named roomName and according to the specified roomProperties on the server that this protocol provider is currently connected to.
 AdHocChatRoom AdHocChatRoomInvitationIcqImpl.getTargetAdHocChatRoom()
          Returns the corresponding ad-hoc chat room.
 

Methods in net.java.sip.communicator.impl.protocol.icq that return types with arguments of type AdHocChatRoom
 List<AdHocChatRoom> OperationSetAdHocMultiUserChatIcqImpl.getAdHocChatRooms()
          Returns a list of all currently joined AdHocChatRoom-s.
 

Methods in net.java.sip.communicator.impl.protocol.icq with parameters of type AdHocChatRoom
 void OperationSetAdHocMultiUserChatIcqImpl.fireInvitationEvent(AdHocChatRoom targetChatRoom, String inviter, String reason, byte[] password)
          Delivers a AdHocChatRoomInvitationReceivedEvent to all registered AdHocChatRoomInvitationListeners.
 void OperationSetAdHocMultiUserChatIcqImpl.fireLocalUserPresenceEvent(AdHocChatRoom chatRoom, String eventType, String reason)
          Delivers a LocalUserAdHocChatRoomPresenceChangeEvent to all registered LocalUserAdHocChatRoomPresenceListeners.
 

Constructors in net.java.sip.communicator.impl.protocol.icq with parameters of type AdHocChatRoom
AdHocChatRoomInvitationIcqImpl(AdHocChatRoom targetChatRoom, String inviter, String reason, byte[] password)
          Creates an instance of the AdHocChatRoomInvitationIcqImpl by specifying the targetChatRoom, the inviter, the reason and the password.
 

Uses of AdHocChatRoom in net.java.sip.communicator.impl.protocol.msn
 

Classes in net.java.sip.communicator.impl.protocol.msn that implement AdHocChatRoom
 class AdHocChatRoomMsnImpl
          Implements ad-hoc chat rooms for MSN.
 

Methods in net.java.sip.communicator.impl.protocol.msn that return AdHocChatRoom
 AdHocChatRoom OperationSetAdHocMultiUserChatMsnImpl.createAdHocChatRoom(String adHocRoomName, List<String> contacts, String reason)
          Creates an ad-hoc room with the named adHocRoomName and in including to the specified contacts.
 AdHocChatRoom OperationSetAdHocMultiUserChatMsnImpl.createAdHocChatRoom(String adHocRoomName, Map<String,Object> adHocRoomProperties)
          Creates an AdHocChatRoom whose name is adHocRoomName with the properties contained in adHocRoomProperties
 AdHocChatRoom AdHocChatRoomInvitationMsnImpl.getTargetAdHocChatRoom()
          Returns the corresponding chat room.
 

Methods in net.java.sip.communicator.impl.protocol.msn that return types with arguments of type AdHocChatRoom
 List<AdHocChatRoom> OperationSetAdHocMultiUserChatMsnImpl.getAdHocChatRooms()
          Returns a list of all currently joined AdHocChatRoom-s.
 

Methods in net.java.sip.communicator.impl.protocol.msn with parameters of type AdHocChatRoom
 void OperationSetAdHocMultiUserChatMsnImpl.fireLocalUserPresenceEvent(AdHocChatRoom adHocChatRoom, String eventType, String reason)
          Delivers a LocalUserAdHocChatRoomPresenceChangeEvent to all registered LocalUserAdHocChatRoomPresenceListeners.
 

Constructors in net.java.sip.communicator.impl.protocol.msn with parameters of type AdHocChatRoom
AdHocChatRoomInvitationMsnImpl(AdHocChatRoom targetChatRoom, String inviter)
          Creates an instance of the AdHocChatRoomInvitationMsnImpl by specifying the targetChatRoom, the inviter, the reason and the password.
 

Uses of AdHocChatRoom in net.java.sip.communicator.impl.protocol.yahoo
 

Classes in net.java.sip.communicator.impl.protocol.yahoo that implement AdHocChatRoom
 class AdHocChatRoomYahooImpl
          Represents a Yahoo ad-hoc chat room, where multiple chat users could communicate in a many-to-many fashion.
 

Methods in net.java.sip.communicator.impl.protocol.yahoo that return AdHocChatRoom
 AdHocChatRoom OperationSetAdHocMultiUserChatYahooImpl.createAdHocChatRoom(String adHocRoomName, List<String> contacts, String reason)
          Creates an ad-hoc room with the named adHocRoomName and in including to the specified contacts.
 AdHocChatRoom OperationSetAdHocMultiUserChatYahooImpl.createAdHocChatRoom(String roomName, Map<String,Object> roomProperties)
          Creates a room with the named roomName and according to the specified roomProperties on the server that this protocol provider is currently connected to.
 AdHocChatRoom AdHocChatRoomInvitationYahooImpl.getTargetAdHocChatRoom()
          Returns the corresponding chat room.
 

Methods in net.java.sip.communicator.impl.protocol.yahoo that return types with arguments of type AdHocChatRoom
 List<AdHocChatRoom> OperationSetAdHocMultiUserChatYahooImpl.getAdHocChatRooms()
           
 

Methods in net.java.sip.communicator.impl.protocol.yahoo with parameters of type AdHocChatRoom
 void OperationSetAdHocMultiUserChatYahooImpl.fireInvitationEvent(AdHocChatRoom targetChatRoom, String inviter, String reason)
          Delivers a AdHocChatRoomInvitationReceivedEvent to all registered AdHocChatRoomInvitationListeners.
 void OperationSetAdHocMultiUserChatYahooImpl.fireInvitationRejectedEvent(AdHocChatRoom sourceChatRoom, String invitee, String reason)
          Delivers a AdHocChatRoomInvitationRejectedEvent to all registered AdHocChatRoomInvitationRejectionListeners.
 void OperationSetAdHocMultiUserChatYahooImpl.fireLocalUserPresenceEvent(AdHocChatRoom chatRoom, String eventType, String reason)
          Delivers a LocalUserAdHocChatRoomPresenceChangeEvent to all registered LocalUserAdHocChatRoomPresenceListeners.
 

Constructors in net.java.sip.communicator.impl.protocol.yahoo with parameters of type AdHocChatRoom
AdHocChatRoomInvitationYahooImpl(AdHocChatRoom targetChatRoom, String inviter, String reason)
          Creates an instance of the ChatRoomInvitationMsnImpl by specifying the targetChatRoom, the inviter, the reason.
 

Uses of AdHocChatRoom in net.java.sip.communicator.service.protocol
 

Methods in net.java.sip.communicator.service.protocol that return AdHocChatRoom
 AdHocChatRoom OperationSetAdHocMultiUserChat.createAdHocChatRoom(String adHocRoomName, List<String> contacts, String reason)
          Creates an ad-hoc room with the named adHocRoomName and in including to the specified contacts for the given reason .
 AdHocChatRoom OperationSetAdHocMultiUserChat.createAdHocChatRoom(String adHocRoomName, Map<String,Object> adHocRoomProperties)
          Creates an ad-hoc room with the named adHocRoomName and according to the specified adHocRoomProperties.
 AdHocChatRoom AdHocChatRoomInvitation.getTargetAdHocChatRoom()
          Returns the AdHocChatRoom, which is the target of this invitation.
 

Methods in net.java.sip.communicator.service.protocol that return types with arguments of type AdHocChatRoom
 List<AdHocChatRoom> OperationSetAdHocMultiUserChat.getAdHocChatRooms()
          Returns a list of all currently joined AdHocChatRoom-s.
 

Uses of AdHocChatRoom in net.java.sip.communicator.service.protocol.event
 

Methods in net.java.sip.communicator.service.protocol.event that return AdHocChatRoom
 AdHocChatRoom AdHocChatRoomParticipantPresenceChangeEvent.getAdHocChatRoom()
          Returns the ad-hoc chat room that produced this event.
 AdHocChatRoom LocalUserAdHocChatRoomPresenceChangeEvent.getAdHocChatRoom()
          Returns the AdHocChatRoom, that this event is about.
 AdHocChatRoom AdHocChatRoomCreatedEvent.getAdHocCreatedRoom()
          Returns the ad-hoc room concerned by this event.
 AdHocChatRoom AdHocChatRoomDestroyedEvent.getAdHocDestroyedRoom()
          Returns the ad-hoc room concerned by this event.
 AdHocChatRoom AdHocChatRoomInvitationRejectedEvent.getChatRoom()
          Returns the AdHocChatRoom for which the initial invitation was.
 AdHocChatRoom AdHocChatRoomMessageDeliveredEvent.getSourceAdHocChatRoom()
          Returns the AdHocChatRoom that triggered this event.
 AdHocChatRoom AdHocChatRoomMessageDeliveryFailedEvent.getSourceChatRoom()
          Returns the AdHocChatRoom that triggered this event.
 AdHocChatRoom AdHocChatRoomMessageReceivedEvent.getSourceChatRoom()
          Returns the AdHocChatRoom that triggered this event.
 

Constructors in net.java.sip.communicator.service.protocol.event with parameters of type AdHocChatRoom
AdHocChatRoomCreatedEvent(AdHocChatRoom adHocChatRoom, Contact by)
          Initializes an AdHocChatRoomCreatedEvent with the creator ( by) and the ad-hoc room adHocChatRoom.
AdHocChatRoomDestroyedEvent(AdHocChatRoom adHocChatRoom, Contact by)
          Initializes an AdHocChatRoomDestroyedEvent with the creator ( by) and the ad-hoc room adHocChatRoom.
AdHocChatRoomInvitationRejectedEvent(OperationSetAdHocMultiUserChat source, AdHocChatRoom adHocChatRoom, String invitee, String reason, Date timestamp)
          Creates a AdHocChatRoomInvitationRejectedEvent representing the rejection of an invitation, rejected by the given invitee.
AdHocChatRoomMessageDeliveredEvent(AdHocChatRoom source, long timestamp, Message message, int eventType)
          Creates a MessageDeliveredEvent representing delivery of the source message to the specified to contact.
AdHocChatRoomMessageDeliveryFailedEvent(AdHocChatRoom source, Contact to, int errorCode, Date timestamp, Message message)
          Creates a AdHocChatRoomMessageDeliveryFailedEvent indicating failure of delivery of a message to the specified Contact in the specified AdHocChatRoom.
AdHocChatRoomMessageReceivedEvent(AdHocChatRoom source, Contact from, long timestamp, Message message, int eventType)
          Creates a MessageReceivedEvent representing reception of the source message received from the specified from contact.
AdHocChatRoomParticipantPresenceChangeEvent(AdHocChatRoom sourceAdHocRoom, Contact sourceParticipant, String eventType, String reason)
          Creates an AdHocChatRoomParticipantPresenceChangeEvent representing that a change in the presence of an Contact has occurred.
LocalUserAdHocChatRoomPresenceChangeEvent(OperationSetAdHocMultiUserChat source, AdHocChatRoom adHocChatRoom, String eventType, String reason)
          Creates an AdHocChatRoomLocalUserPresenceChangeEvent representing that a change in local participant presence in the source ad-hoc chat room has occurred.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.