|
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.CallChangeAdapter
public abstract class CallChangeAdapter
An abstract adapter class for receiving call-state (change) events. This class exists only as a convenience for creating listener objects.
Extend this class to create a CallChangeEvent listener and
override the methods for the events of interest. (If you implement the
CallChangeListener interface, you have to define all of the
methods in it. This abstract class defines null methods for them all, so you
only have to define methods for events you care about.)
CallChangeEvent,
CallChangeListener| Constructor Summary | |
|---|---|
CallChangeAdapter()
|
|
| Method Summary | |
|---|---|
void |
callPeerAdded(CallPeerEvent evt)
A dummy implementation of this listener's callPeerAdded() method. |
void |
callPeerRemoved(CallPeerEvent evt)
A dummy implementation of this listener's callPeerRemoved() method. |
void |
callStateChanged(CallChangeEvent evt)
A dummy implementation of this listener's callStateChanged() method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallChangeAdapter()
| Method Detail |
|---|
public void callPeerAdded(CallPeerEvent evt)
callPeerAdded in interface CallChangeListenerevt - the CallPeerEvent containing the source call
and call peer.public void callPeerRemoved(CallPeerEvent evt)
callPeerRemoved in interface CallChangeListenerevt - the CallPeerEvent containing the source call
and call peer.public void callStateChanged(CallChangeEvent evt)
callStateChanged in interface CallChangeListenerevt - the CallChangeEvent instance containing the source
calls and its old and new state.
|
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 | |||||||||