public class EventAdminCollector extends AbstractCollector implements org.osgi.service.event.EventHandler
Constructor and Description |
---|
EventAdminCollector(org.osgi.framework.BundleContext bc)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the Detailed description of this Collector
|
void |
handleEvent(org.osgi.service.event.Event event)
Handle the OSGi Event
|
void |
setTopics(String topics)
Used to change the Topics that this collector listen to from the
EventAdmin
|
void |
started()
Called when the component starts
|
void |
stopped()
Called when the component stops
|
notifyDataArrival, setScheduler, setSourceName
public EventAdminCollector(org.osgi.framework.BundleContext bc)
bc
- BundleContextpublic void started()
public void stopped()
public String getDescription()
public void handleEvent(org.osgi.service.event.Event event)
handleEvent
in interface org.osgi.service.event.EventHandler
public void setTopics(String topics)
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.