org.apache.felix.eventadmin.bridge.wireadmin
Class WireAdminEventToEventAdminBridge
java.lang.Object
org.apache.felix.eventadmin.bridge.wireadmin.WireAdminEventToEventAdminBridge
- All Implemented Interfaces:
- WireAdminListener
public class WireAdminEventToEventAdminBridge
- extends Object
- implements WireAdminListener
- Author:
- Felix Project Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WireAdminEventToEventAdminBridge
public WireAdminEventToEventAdminBridge(BundleContext context)
wireAdminEvent
public void wireAdminEvent(WireAdminEvent event)
- Description copied from interface:
WireAdminListener
- Receives notification of a broadcast
WireAdminEvent
object.
The event object will be of an event type specified in this
WireAdminListener
service's
WireConstants.WIREADMIN_EVENTS
service property.
- Specified by:
wireAdminEvent
in interface WireAdminListener
- Parameters:
event
- The WireAdminEvent
object.
Copyright © 2011 Apache Software Foundation. All Rights Reserved.