All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ddth.commons.osgi.IBundleAwareService Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.github.ddth.commons.osgi;

import org.osgi.framework.Bundle;

/**
 * Service implements this interface will be called by
 * {@link AbstractActivator#registerService(Class, Object, java.util.Map)} to be
 * provided with a {@link Bundle} instance.
 * 
 * @author Thanh Ba Nguyen 
 * @since 0.2.0
 */
public interface IBundleAwareService {
    public void setBundle(Bundle bundle);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy