org.apache.felix.mosgi.console.gui
Class Activator

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

public class Activator
extends Object
implements BundleActivator


Field Summary
protected  ArrayList m_commonpluginList
           
protected  BundleContext m_context
           
protected  ArrayList m_pluginList
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
           
 void firePropertyChangedEvent(String name, Object oldValue, Object newValue)
           
 void removePropertyChangeListener(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

m_context

protected BundleContext m_context

m_pluginList

protected ArrayList m_pluginList

m_commonpluginList

protected ArrayList m_commonpluginList
Constructor Detail

Activator

public Activator()
Method Detail

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.