org.apache.felix.mosgi.console.gui
Class Activator
java.lang.Object
org.apache.felix.mosgi.console.gui.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 |
m_context
protected BundleContext m_context
m_pluginList
protected ArrayList m_pluginList
m_commonpluginList
protected ArrayList m_commonpluginList
Activator
public Activator()
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)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
firePropertyChangedEvent
public void firePropertyChangedEvent(String name,
Object oldValue,
Object newValue)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.