org.apache.felix.eventadmin.bridge.wireadmin
Class WireAdminEventToEventAdminBridge

java.lang.Object
  extended by org.apache.felix.eventadmin.bridge.wireadmin.WireAdminEventToEventAdminBridge
All Implemented Interfaces:
WireAdminListener

public class WireAdminEventToEventAdminBridge
extends Object
implements WireAdminListener

Author:
Felix Project Team

Constructor Summary
WireAdminEventToEventAdminBridge(BundleContext context)
           
 
Method Summary
 void wireAdminEvent(WireAdminEvent event)
          Receives notification of a broadcast WireAdminEvent object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WireAdminEventToEventAdminBridge

public WireAdminEventToEventAdminBridge(BundleContext context)
Method Detail

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.