private static class EventDispatcher.Request
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BUNDLE_EVENT |
static int |
FRAMEWORK_EVENT |
EventDispatcher |
m_dispatcher |
java.util.EventObject |
m_event |
java.util.Map<BundleContext,java.util.List<ListenerInfo>> |
m_listeners |
int |
m_type |
static int |
SERVICE_EVENT |
| Modifier | Constructor and Description |
|---|---|
private |
Request() |
public static final int FRAMEWORK_EVENT
public static final int BUNDLE_EVENT
public static final int SERVICE_EVENT
public EventDispatcher m_dispatcher
public int m_type
public java.util.Map<BundleContext,java.util.List<ListenerInfo>> m_listeners
public java.util.EventObject m_event