org.apache.felix.shell.gui.impl
Class Activator

java.lang.Object
  extended by org.apache.felix.shell.gui.impl.Activator
All Implemented Interfaces:
BundleActivator

public class Activator
extends Object
implements BundleActivator


Field Summary
static String PLUGIN_LIST_PROPERTY
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
           
protected  void firePropertyChangedEvent(String name, Object oldValue, Object newValue)
           
 Plugin getPlugin(int i)
           
 int getPluginCount()
           
 boolean pluginExists(Plugin plugin)
           
 void removeFooListener(java.beans.PropertyChangeListener l)
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_LIST_PROPERTY

public static final String PLUGIN_LIST_PROPERTY
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

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.