org.apache.felix.shell.gui.impl
Class Activator
java.lang.Object
org.apache.felix.shell.gui.impl.Activator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class Activator
- extends java.lang.Object
- implements org.osgi.framework.BundleActivator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLUGIN_LIST_PROPERTY
public static final java.lang.String PLUGIN_LIST_PROPERTY
- See Also:
- Constant Field Values
Activator
public Activator()
getPluginCount
public int getPluginCount()
getPlugin
public Plugin getPlugin(int i)
pluginExists
public boolean pluginExists(Plugin plugin)
start
public void start(org.osgi.framework.BundleContext context)
- Specified by:
start
in interface org.osgi.framework.BundleActivator
stop
public void stop(org.osgi.framework.BundleContext context)
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
removeFooListener
public void removeFooListener(java.beans.PropertyChangeListener l)
firePropertyChangedEvent
protected void firePropertyChangedEvent(java.lang.String name,
java.lang.Object oldValue,
java.lang.Object newValue)