aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/gui/UIService.java
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2012-10-18 10:38:00 +0000
committerDamian Minkov <damencho@jitsi.org>2012-10-18 10:38:00 +0000
commit93aeb79acfee9f44297acc7e2e6ca1abb97d19dd (patch)
tree2d0eda9e0bc195a2b0ffad8558929771f224b83b /src/net/java/sip/communicator/service/gui/UIService.java
parent9d2858020d94b6f4051c18e4f01a38f6abaa5a4b (diff)
downloadjitsi-93aeb79acfee9f44297acc7e2e6ca1abb97d19dd.zip
jitsi-93aeb79acfee9f44297acc7e2e6ca1abb97d19dd.tar.gz
jitsi-93aeb79acfee9f44297acc7e2e6ca1abb97d19dd.tar.bz2
A hack fixing problem with playing notifications during the ongoing call.
Diffstat (limited to 'src/net/java/sip/communicator/service/gui/UIService.java')
-rw-r--r--src/net/java/sip/communicator/service/gui/UIService.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/service/gui/UIService.java b/src/net/java/sip/communicator/service/gui/UIService.java
index add11c0..b732bd7 100644
--- a/src/net/java/sip/communicator/service/gui/UIService.java
+++ b/src/net/java/sip/communicator/service/gui/UIService.java
@@ -462,4 +462,11 @@ public interface UIService
* @return the created <tt>ContactList</tt>
*/
public ContactList createContactListComponent();
+
+ /**
+ * Returns a collection of all currently in progress calls.
+ *
+ * @return a collection of all currently in progress calls.
+ */
+ public Collection<Call> getInProgressCalls();
}