public class VmStatusListenerRegistrar extends Object
VmStatusListener
as an OSGi Service.
This is just a convenience wrapper over
BundleContext.registerService(String, Object, java.util.Dictionary)
.
It does absolutely nothing special.
VmStatusListener
Constructor and Description |
---|
VmStatusListenerRegistrar(org.osgi.framework.BundleContext context) |
public VmStatusListenerRegistrar(org.osgi.framework.BundleContext context)
public void register(VmStatusListener listener)
public void unregister(VmStatusListener listener)
Copyright © 2017. All Rights Reserved.