Package org.apache.felix.framework.util
Class EventDispatcher.Request
- java.lang.Object
-
- org.apache.felix.framework.util.EventDispatcher.Request
-
- Enclosing class:
- EventDispatcher
private static class EventDispatcher.Request extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBUNDLE_EVENTstatic intFRAMEWORK_EVENTEventDispatcherm_dispatcherjava.util.EventObjectm_eventjava.util.Map<BundleContext,java.util.List<ListenerInfo>>m_listenersintm_typestatic intSERVICE_EVENT
-
Constructor Summary
Constructors Modifier Constructor Description privateRequest()
-
-
-
Field Detail
-
FRAMEWORK_EVENT
public static final int FRAMEWORK_EVENT
- See Also:
- Constant Field Values
-
BUNDLE_EVENT
public static final int BUNDLE_EVENT
- See Also:
- Constant Field Values
-
SERVICE_EVENT
public static final int SERVICE_EVENT
- See Also:
- Constant Field Values
-
m_dispatcher
public EventDispatcher m_dispatcher
-
m_type
public int m_type
-
m_listeners
public java.util.Map<BundleContext,java.util.List<ListenerInfo>> m_listeners
-
m_event
public java.util.EventObject m_event
-
-