public interface ResourceBindingListener
Implementations should be registered in the OSGi service registry. If
multiple listeners are registered, they are called in
org.osgi.framework.Constants.SERVICE_RANKING order. The last call to ResourceBinding.setBindingName(java.lang.String)
will be used.
If errors occur, the org.osgi.framework.Constants.SERVICE_DESCRIPTION property should be used to identify this service.
Modifier and Type | Method and Description |
---|---|
void |
binding(ResourceBinding binding)
Notification that a binding is being selected.
|
void binding(ResourceBinding binding)
binding
- the binding