aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/sysactivity/SystemActivityChangeListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/service/sysactivity/SystemActivityChangeListener.java')
-rw-r--r--src/net/java/sip/communicator/service/sysactivity/SystemActivityChangeListener.java52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/net/java/sip/communicator/service/sysactivity/SystemActivityChangeListener.java b/src/net/java/sip/communicator/service/sysactivity/SystemActivityChangeListener.java
index e94c49d..98aecdd 100644
--- a/src/net/java/sip/communicator/service/sysactivity/SystemActivityChangeListener.java
+++ b/src/net/java/sip/communicator/service/sysactivity/SystemActivityChangeListener.java
@@ -1,4 +1,4 @@
-/*
+/*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Copyright @ 2015 Atlassian Pty Ltd
@@ -15,28 +15,28 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package net.java.sip.communicator.service.sysactivity;
-
-import java.util.*;
-
-import net.java.sip.communicator.service.sysactivity.event.*;
-
-/**
- * The <tt>SystemActivityChangeListener</tt> is notified any time an event
- * in the operating system occurs.
- *
- * @author Damian Minkov
- */
-public interface SystemActivityChangeListener
- extends EventListener
-{
- /**
- * This method gets called when a notification action for a particular event
- * type has been changed (for example the corresponding descriptor has
- * changed).
- *
- * @param event the <tt>NotificationActionTypeEvent</tt>, which is
- * dispatched when an action has been changed.
- */
- public void activityChanged(SystemActivityEvent event);
-}
+package net.java.sip.communicator.service.sysactivity;
+
+import java.util.*;
+
+import net.java.sip.communicator.service.sysactivity.event.*;
+
+/**
+ * The <tt>SystemActivityChangeListener</tt> is notified any time an event
+ * in the operating system occurs.
+ *
+ * @author Damian Minkov
+ */
+public interface SystemActivityChangeListener
+ extends EventListener
+{
+ /**
+ * This method gets called when a notification action for a particular event
+ * type has been changed (for example the corresponding descriptor has
+ * changed).
+ *
+ * @param event the <tt>NotificationActionTypeEvent</tt>, which is
+ * dispatched when an action has been changed.
+ */
+ public void activityChanged(SystemActivityEvent event);
+}