|
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.Objectjava.util.EventObject
net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomListChangeEvent
public class AdHocChatRoomListChangeEvent
Parent class for gui ad-hoc chat room events indicating addition and removal of ad-hoc chat rooms in the gui ad-hoc chat rooms list.
| Field Summary | |
|---|---|
static int |
AD_HOC_CHAT_ROOM_ADDED
Indicates that the AdHocChatRoomListChangeEvent instance was triggered by adding a AdHocChatRoom in the gui. |
static int |
AD_HOC_CHAT_ROOM_CHANGED
Indicates that the AdHocChatRoomListChangeEvent instance was triggered by changing a AdHocChatRoom in the gui (like changing its status, etc.). |
static int |
AD_HOC_CHAT_ROOM_REMOVED
Indicates that the AdHocChatRoomListChangeEvent instance was triggered by removing a AdHocChatRoom from the gui. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AdHocChatRoomListChangeEvent(AdHocChatRoomWrapper source,
int eventID)
Creates a new AdHocChatRoom event according to the specified parameters. |
|
| Method Summary | |
|---|---|
int |
getEventID()
Returns an event id specifying whether the type of this event (e.g. |
AdHocChatRoomWrapper |
getSourceAdHocChatRoom()
Returns the source AdHocChatRoom. |
String |
toString()
Returns a String representation of this GuiAdHocChatRoomEvent. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int AD_HOC_CHAT_ROOM_ADDED
public static final int AD_HOC_CHAT_ROOM_REMOVED
public static final int AD_HOC_CHAT_ROOM_CHANGED
| Constructor Detail |
|---|
public AdHocChatRoomListChangeEvent(AdHocChatRoomWrapper source,
int eventID)
source - the AdHocChatRoom instance that is added to the
AdHocChatRoomsListeventID - one of the AD_HOC_CHAT_ROOM_XXX static fields indicating
the nature of the event.| Method Detail |
|---|
public AdHocChatRoomWrapper getSourceAdHocChatRoom()
public String toString()
toString in class EventObjectpublic int getEventID()
|
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 | |||||||||