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

com.nativelibs4java.opencl.OSGiBundleActivator Maven / Gradle / Ivy

package com.nativelibs4java.opencl;

import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;

public class OSGiBundleActivator implements BundleActivator {
	
	public void start(BundleContext bundleContext) {
		System.out.println("Starting JavaCL");
	}
	
	public void stop(BundleContext bundleContext) {
		System.out.println("Stopping JavaCL");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy