From 7134c3fbf101c853a1f34fff89281680765ac894 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Mon, 23 Oct 2006 16:23:01 +0000 Subject: [PATCH] Working on the JMF implementation of the media service. add a method that would notify listeners when the the transport address used for a specific call participant changes --- .../protocol/event/CallParticipantListener.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/net/java/sip/communicator/service/protocol/event/CallParticipantListener.java b/src/net/java/sip/communicator/service/protocol/event/CallParticipantListener.java index 511f42629..2b2de8c11 100644 --- a/src/net/java/sip/communicator/service/protocol/event/CallParticipantListener.java +++ b/src/net/java/sip/communicator/service/protocol/event/CallParticipantListener.java @@ -48,6 +48,16 @@ public interface CallParticipantListener */ public void participantAddressChanged(CallParticipantChangeEvent evt); + /** + * Indicates that a change has occurred in the transport address that we + * use to communicate with the participant. + * + * @param evt The CallParticipantChangeEvent instance containing + * the source event as well as its previous and its new transport address. + */ + public void participantTransportAddressChanged( + CallParticipantChangeEvent evt); + /** * Indicates that a change has occurred in the image of the source * CallParticipant.