aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/customcontactactions
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2012-08-16 21:29:02 +0000
committerDamian Minkov <damencho@jitsi.org>2012-08-16 21:29:02 +0000
commit5012fc910a3cfe22d82ba13125c394e0555e9a5c (patch)
tree502235a3cb95ac22bed0ed3bb4fa9eebcc8898f3 /src/net/java/sip/communicator/service/customcontactactions
parent5f866b4185e9a9833c3180a70bed012ca264edf1 (diff)
downloadjitsi-5012fc910a3cfe22d82ba13125c394e0555e9a5c.zip
jitsi-5012fc910a3cfe22d82ba13125c394e0555e9a5c.tar.gz
jitsi-5012fc910a3cfe22d82ba13125c394e0555e9a5c.tar.bz2
Adds custom actions to source contacts.
Diffstat (limited to 'src/net/java/sip/communicator/service/customcontactactions')
-rw-r--r--src/net/java/sip/communicator/service/customcontactactions/ContactAction.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/service/customcontactactions/ContactAction.java b/src/net/java/sip/communicator/service/customcontactactions/ContactAction.java
index 981c9a3..d6afda4 100644
--- a/src/net/java/sip/communicator/service/customcontactactions/ContactAction.java
+++ b/src/net/java/sip/communicator/service/customcontactactions/ContactAction.java
@@ -21,8 +21,8 @@ public interface ContactAction<T>
* Invoked when an action occurs.
*
* @param actionSource the source of the action
- * @param int x the x coordinate of the action
- * @param int y the y coordinate of the action
+ * @param x the x coordinate of the action
+ * @param y the y coordinate of the action
*/
public void actionPerformed(T actionSource, int x, int y)
throws OperationFailedException;