org.apache.felix.servicebinder.impl
Class ArchitectureEventMulticaster
java.lang.Object
org.apache.felix.servicebinder.impl.ArchitectureEventMulticaster
- All Implemented Interfaces:
- EventListener, ServiceBinderListener
public class ArchitectureEventMulticaster
- extends Object
- implements ServiceBinderListener
- Author:
- Felix Project Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
a
protected ServiceBinderListener a
b
protected ServiceBinderListener b
ArchitectureEventMulticaster
protected ArchitectureEventMulticaster(ServiceBinderListener a,
ServiceBinderListener b)
dependencyChanged
public void dependencyChanged(DependencyChangeEvent e)
- Specified by:
dependencyChanged
in interface ServiceBinderListener
instanceReferenceChanged
public void instanceReferenceChanged(InstanceChangeEvent e)
- Specified by:
instanceReferenceChanged
in interface ServiceBinderListener
add
public static ServiceBinderListener add(ServiceBinderListener a,
ServiceBinderListener b)
remove
public static ServiceBinderListener remove(ServiceBinderListener a,
ServiceBinderListener b)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.