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

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

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