Package | Description |
---|---|
org.apache.felix.eventadmin.impl.handler | |
org.apache.felix.eventadmin.impl.tasks |
Modifier and Type | Method and Description |
---|---|
EventHandlerProxy |
EventHandlerTracker.addingService(org.osgi.framework.ServiceReference<org.osgi.service.event.EventHandler> reference) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<EventHandlerProxy> |
EventHandlerTracker.getHandlers(org.osgi.service.event.Event event)
Get all handlers for this event
|
Modifier and Type | Method and Description |
---|---|
void |
EventHandlerTracker.modifiedService(org.osgi.framework.ServiceReference<org.osgi.service.event.EventHandler> reference,
EventHandlerProxy proxy) |
void |
EventHandlerTracker.removedService(org.osgi.framework.ServiceReference<org.osgi.service.event.EventHandler> reference,
EventHandlerProxy proxy) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncDeliverTasks.execute(java.util.Collection<EventHandlerProxy> tasks,
org.osgi.service.event.Event event)
This does not block an unrelated thread used to send a synchronous event.
|
void |
SyncDeliverTasks.execute(java.util.Collection<EventHandlerProxy> tasks,
org.osgi.service.event.Event event,
boolean filterAsyncUnordered)
This blocks an unrelated thread used to send a synchronous event until the
event is send (or a timeout occurs).
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.