|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.protocol.event.AdHocChatRoomCreatedEvent
public class AdHocChatRoomCreatedEvent
The event that occurs when an ad-hoc chat room has been created.
| Constructor Summary | |
|---|---|
AdHocChatRoomCreatedEvent(AdHocChatRoom adHocChatRoom,
Contact by)
Initializes an AdHocChatRoomCreatedEvent with the creator ( by) and the ad-hoc room adHocChatRoom. |
|
| Method Summary | |
|---|---|
AdHocChatRoom |
getAdHocCreatedRoom()
Returns the ad-hoc room concerned by this event. |
Contact |
getBy()
Returns the Contact who created the room. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdHocChatRoomCreatedEvent(AdHocChatRoom adHocChatRoom,
Contact by)
adHocChatRoom - the AdHocChatRoomby - the Contact who created this ad-hoc room| Method Detail |
|---|
public Contact getBy()
public AdHocChatRoom getAdHocCreatedRoom()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||