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