org.apache.felix.mosgi.console.ifc
Interface CommonPlugin

All Superinterfaces:
EventListener, Plugin, java.beans.PropertyChangeListener

public interface CommonPlugin
extends Plugin


Field Summary
static String COMMON_PLUGIN_ADDED
           
static String COMMON_PLUGIN_REMOVED
           
 
Fields inherited from interface org.apache.felix.mosgi.console.ifc.Plugin
EMPTY_NODE, NEW_NODE_CONNECTION, NEW_NODE_READY, NEW_NODE_SELECTED, PLUGIN_ACTIVATED, PLUGIN_ADDED, PLUGIN_REMOVED
 
Method Summary
 
Methods inherited from interface org.apache.felix.mosgi.console.ifc.Plugin
getGUI, getName, pluginLocation, registerServicePlugin, unregisterServicePlugin
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Field Detail

COMMON_PLUGIN_ADDED

static final String COMMON_PLUGIN_ADDED
See Also:
Constant Field Values

COMMON_PLUGIN_REMOVED

static final String COMMON_PLUGIN_REMOVED
See Also:
Constant Field Values


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.