Blame SOURCES/0003-Add-CM_LOCATION_CHANGED-property-to-ConfigurationEve.patch

cbbfbb
From ec6885545fb6889ed9a5522647b9780a53c6fd93 Mon Sep 17 00:00:00 2001
cbbfbb
From: Marek Goldmann <goldmann@fedoraproject.org>
cbbfbb
Date: Fri, 15 Jun 2012 11:25:12 +0200
cbbfbb
Subject: [PATCH 3/3] Add CM_LOCATION_CHANGED property to ConfigurationEvent.
cbbfbb
cbbfbb
---
cbbfbb
 .../java/org/osgi/service/cm/ConfigurationEvent.java     |   14 ++++++++++++++
cbbfbb
 1 file changed, 14 insertions(+)
cbbfbb
cbbfbb
diff --git a/src/main/java/org/osgi/service/cm/ConfigurationEvent.java b/src/main/java/org/osgi/service/cm/ConfigurationEvent.java
cbbfbb
index f17007f..e98f3ac 100644
cbbfbb
--- a/src/main/java/org/osgi/service/cm/ConfigurationEvent.java
cbbfbb
+++ b/src/main/java/org/osgi/service/cm/ConfigurationEvent.java
cbbfbb
@@ -79,6 +79,20 @@ public class ConfigurationEvent {
cbbfbb
 	 */
cbbfbb
 	public static final int			CM_DELETED	= 2;
cbbfbb
 	/**
cbbfbb
+	 * The location of a {@code Configuration} has been changed.
cbbfbb
+	 * 
cbbfbb
+	 * 

cbbfbb
+	 * This {@code ConfigurationEvent} type that indicates that the location of
cbbfbb
+	 * a {@code Configuration} object has been changed.
cbbfbb
+	 * 
cbbfbb
+	 * An event is fired when a call to
cbbfbb
+	 * {@link Configuration#setBundleLocation(String)} successfully changes the
cbbfbb
+	 * location.
cbbfbb
+	 * 
cbbfbb
+	 * @since 1.4
cbbfbb
+	 */
cbbfbb
+	public static final int			CM_LOCATION_CHANGED	= 3;
cbbfbb
+	/**
cbbfbb
 	 * Type of this event.
cbbfbb
 	 * 
cbbfbb
 	 * @see #getType
cbbfbb
-- 
cbbfbb
1.7.10.2
cbbfbb