Fix issue Felix-640.
- Allow an instance to send event without interacting directly with the event admin
- Add data-oriented event support. Instances can send and receive data (i.e. custom objects) instead of Event Admin event
- Support asynchronous and synchronous event sending
- Allow event to be "tracable"
- These two handlers are now in the 0.9.0-SNAPSHOT version

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@679039 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/event.admin.handler/metadata.xml b/ipojo/event.admin.handler/metadata.xml
new file mode 100644
index 0000000..db43296
--- /dev/null
+++ b/ipojo/event.admin.handler/metadata.xml
@@ -0,0 +1,15 @@
+<ipojo>

+	<handler

+		classname="org.apache.felix.ipojo.handlers.event.subscriber.EventAdminSubscriberHandler"

+		name="subscriber"

+		namespace="org.apache.felix.ipojo.handlers.event.EventAdminHandler">

+		<provides>

+			<property field="m_topics" name="event.topics" value=""/>

+		</provides>

+	</handler>

+	

+	<handler classname="org.apache.felix.ipojo.handlers.event.publisher.EventAdminPublisherHandler"

+		name="publisher"

+		namespace="org.apache.felix.ipojo.handlers.event.EventAdminHandler">

+	</handler>

+</ipojo>
\ No newline at end of file