public interface ExtendedServiceListenerContext<U extends org.osgi.framework.ServiceEvent>
Modifier and Type | Method and Description |
---|---|
void |
addServiceListener(String className,
org.osgi.framework.Filter filter,
ExtendedServiceListener<U> listener) |
void |
removeServiceListener(String className,
org.osgi.framework.Filter filter,
ExtendedServiceListener<U> listener) |
void addServiceListener(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<U> listener)
void removeServiceListener(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<U> listener)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.