|
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.service.protocol.event.CallPeerEvent
public class CallPeerEvent
| Field Summary | |
|---|---|
static int |
CALL_PEER_ADDED
An event id value indicating that this event is about the fact that the source call peer has joined the source call. |
static int |
CALL_PEER_REMOVED
An event id value indicating that this event is about the fact that the source call peer has left the source call. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
CallPeerEvent(CallPeer sourceCallPeer,
Call sourceCall,
int eventID)
Creates a call peer event instance indicating that an event with id eventID has happened to sourceCallPeer in sourceCall |
|
| Method Summary | |
|---|---|
int |
getEventID()
Returns one of the CALL_PEER_XXX member ints indicating the type of this event. |
Call |
getSourceCall()
Returns the call that the source call peer is associated with. |
CallPeer |
getSourceCallPeer()
Returns the source call peer (the one that this event is about). |
String |
toString()
Returns a String representation of this CallPeerEvent. |
| 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 CALL_PEER_ADDED
public static final int CALL_PEER_REMOVED
| Constructor Detail |
|---|
public CallPeerEvent(CallPeer sourceCallPeer,
Call sourceCall,
int eventID)
sourceCallPeer - the call peer that this event is
about.sourceCall - the call that the source call peer is associated
with.eventID - one of the CALL_PEER_XXX member ints indicating
the type of this event.| Method Detail |
|---|
public int getEventID()
public Call getSourceCall()
public CallPeer getSourceCallPeer()
public String toString()
toString in class EventObject
|
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 | |||||||||