aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/customcontactactions/CustomContactActionsEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/service/customcontactactions/CustomContactActionsEvent.java')
-rw-r--r--src/net/java/sip/communicator/service/customcontactactions/CustomContactActionsEvent.java26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/net/java/sip/communicator/service/customcontactactions/CustomContactActionsEvent.java b/src/net/java/sip/communicator/service/customcontactactions/CustomContactActionsEvent.java
deleted file mode 100644
index aa7b104..0000000
--- a/src/net/java/sip/communicator/service/customcontactactions/CustomContactActionsEvent.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Jitsi, the OpenSource Java VoIP and Instant Messaging client.
- *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package net.java.sip.communicator.service.customcontactactions;
-
-import java.util.*;
-
-/**
- * An event from custom actions.
- * @author Damian Minkov
- */
-public class CustomContactActionsEvent
- extends EventObject
-{
- /**
- * Creates the event with source.
- * @param source the source of the event.
- */
- public CustomContactActionsEvent(Object source)
- {
- super(source);
- }
-}