org.apache.felix.shell.gui.impl
Class Activator
java.lang.Object
org.apache.felix.shell.gui.impl.Activator
- All Implemented Interfaces:
- BundleActivator
public class Activator
- extends Object
- implements 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 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(BundleContext context)
- Specified by:
start
in interface BundleActivator
stop
public void stop(BundleContext context)
- Specified by:
stop
in interface BundleActivator
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
removeFooListener
public void removeFooListener(java.beans.PropertyChangeListener l)
firePropertyChangedEvent
protected void firePropertyChangedEvent(String name,
Object oldValue,
Object newValue)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.