org.apache.felix.mosgi.console.gui
Class Activator
java.lang.Object
org.apache.felix.mosgi.console.gui.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 |
m_context
protected org.osgi.framework.BundleContext m_context
m_pluginList
protected java.util.ArrayList m_pluginList
m_commonpluginList
protected java.util.ArrayList m_commonpluginList
Activator
public Activator()
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)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
firePropertyChangedEvent
public void firePropertyChangedEvent(java.lang.String name,
java.lang.Object oldValue,
java.lang.Object newValue)